Write a program that mimics a calculator. The program should take as input two integers and the operation to be performed. It should then output the numbers, the operator, and the result. (For division, if the denominator is zero, output an appropriate message.) Some sample output as follows:
3 + 5 = 8
4 * 7 =28
6 / 0 Error! Division by zero is not allowed.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here