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

Write an application that will help an elementary school student learn addition,

ID: 3646193 • Letter: W

Question

Write an application that will help an elementary school student learn addition, subtraction, division and multiplication.
Use a random object to produce two positive two digit integers.
The application should include a menu that allows the student to select an arithmetic problem either:
Addition,
Subtraction,
Exit the application.
After the student selects the Addition, the program should prompt the user with a question, such as
How much is 4 plus 9?

The student then inputs the answer.

Next, the application checks the student

Explanation / Answer

#include #include #include int main () { int num1, num2,choice=1,i=0,j=0,k=0,l=0,m=0,add_answered,sub_answered; int add_result,sub_result; srand ( time(NULL) ); num1= rand() % 10 + 1; num2=rand() % 10 + 1; do{ 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