Question: t5t Write a C++ program to input 2 different numbers and an operator from the screen. Compute the result of the operation depending on the

t5t Write a C++ program to input 2 different numbers and an operator from the screen. Compute the result of the operation depending on the type of the operation. (Ex: addition, subtraction, division, multiplication, modulus) c'. Output the original numbers together with their result. The program will keep on asking the user to enter two numbers and their operator until the operator"?" is entered. Use a switch structure to choose the type of the operation. Grading for this project will be based on the following: Documentation Program structure Program Correctness Program Execution 10% 40% 25% 25%
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
