Question: -Write this program in java: Write a program that will simulate a simple calculator that can be used for basic integer calculations. Your program must
-Write this program in java:
Write a program that will simulate a simple calculator that can be used for basic integer calculations. Your program must prompt the user to input two numbers and then make the necessary calculations and display the information.
Input(s) First Number Second Number
Output(s) Sum Difference Product Quotient Modulus
---------------
sample output:
Number1 is 10
Number2 is 3
The sum is 13
The difference is 7
The product is 30
The quotient is 3
The modulus is 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
