Here's my instructions for a C++ program. Can anyone help me?
Write a program that mimics acalculator. The program shouldtake as input:
1. The first integer
2. The second integer
3. The operation to be performed(+, -, *, /)It should then output the numbers,the operator, and the result. (Fordivision, if the denominator is zero,output an appropriate message.The message should contain theword "error")
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here