Write a c++ program to ask user to enter an operator (either +, -, * or /) and then two floating point numbers. Then based on which operator is entered by the user, output the result of the operation. Useswitch-case.
If the user enters some other char, the program outputs an error message and quits.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here