Question: Write a C++ program to read two Integer Numbers and one operator from the keyboard and calculate and display the result on a list box.
Write a C++ program to read two Integer Numbers and one operator from the keyboard and calculate and display the result on a list box. The valid operator are as follows: + for Addition, - for subtraction.* for Multiplication./for Division, and \ for Mod
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
