Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Write a program to enhance the math tutor program that we created in Assignment

ID: 3659765 • Letter: W

Question

Write a program to enhance the math tutor program that we created in Assignment 3. This program will display a menu allowing user to select an addition, subtraction, or multiplication problem. The final selection on the menu should let user quit the program. The program should display two random numbers between 10 and 50 that are to be either added, or subtracted, or multiplied such as: 36 + 27 Then the program should wait for the student to enter the answer. If the answer is correct, a message of congratulation should be printed. If the answer is incorrect, a message should be printed showing correct answer. After user has finished the math problems, the program should display the menu again. This process is repeated until the user selects the choice to quit the program. Input Validation: If the user selects an item not on the menu, display an error message and display the menu again.

Explanation / Answer

#include #include using namespace std; int main() { int choice; // menu choice cout
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
Chat Now And Get Quote