Computer Science, asked by luckluckylakshan, 1 month ago

calculator is an in build function to do the arithmetic operations /what is answer?​

Answers

Answered by ChocolateloverXx
1

The basic arithmetic operations (addition, subtraction, multiplication, division, and exponentiation) are performed in the natural way with Mathematica. Whenever possible, Mathematica gives an exact answer and reduces fractions.

Data is manipulated by using the arithmetic instructions in digital computers. Data is manipulated to produce results necessary to give solution for the computation problems. The Addition, subtraction, multiplication and division are the four basic arithmetic operations.

Hope it helps ❤️

Answered by Anonymous
4

Explanation:

Simple Calculator

 Create a simple Java GUI application that will simulate the calculator. Numbers from 0-9 should be present and should perform a basic arithmetic operation such as Addition, Subtraction, Multiplication and Division. In addition, add a clear functionality that will automatically delete all of the values in the text box.

Similar questions