Question: Using C++, write a program that prompts the user for two integer input values. Perform the operations below upon the two integer variables holding the
Sample Input/Output Interaction (user input bolded): Enter two integer values: 2 3 Operations: 2 + 3 = 5 2-3=-1 23=6 2/3=0 2% 3 =2 Note: the input values may change. Be sure you do not use the numbers provided above in your code
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
