Question: Write a program that mimics a calculator. The program should take as input two integer and an arithmetic operation (+, -, *, /, %) to
Write a program that mimics a calculator. The program should take as input two integer and an arithmetic operation (+, -, *, /, %) to be performed. It should then output the numbers the operator and the result. Division by zero??
*Need the answer in Java program format
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
