Question: Write a complete C++ program that gets two numbers and an operand (+,-,*/) from the user, calculate and display the results to the user

Write a complete C++ program that gets two numbers and an operand (+,-,*/) from the user, calculate and display the results to the user by using the following user defined functions. (Hint: The Function2 should be called inside of Function1). Function1: void getNumber(); Function2: double calculate(int num1, int num2, char operand);
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
