Write a Java program that can simulate a simple calculator, using the Java console as the exclusive input and output device. That is, each input to the calculator, be it a number, like 12.34 or 1034, or an operator, like + or =, can be done on a separate line. After each such input, you should output to the Java console what would be displayed on your calculator.

icon
Related questions
Question
Write a Java program that can simulate a simple calculator, using the Java console as the exclusive input and output
device. That is, each input to the calculator, be it a number, like 12.34 or 1034, or an operator, like + or=, can be done
on a separate line. After each such input, you should output to the Java console what would be displayed on your
calculator.
Transcribed Image Text:Write a Java program that can simulate a simple calculator, using the Java console as the exclusive input and output device. That is, each input to the calculator, be it a number, like 12.34 or 1034, or an operator, like + or=, can be done on a separate line. After each such input, you should output to the Java console what would be displayed on your calculator.
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer