Question: Create a C++ program for a first grader to practice subtractions. The program randomly generates two single-digit integers number 1 and number 2 with number
Create a C++ program for a first grader to practice subtractions. The program randomly generates two single-digit integers number 1 and number 2 with number 1 >= number 2 and displays a question such as What is 9 2? to the student, as shown in the sample output. After the student types the answer, the program displays a message to indicate whether the answer is correct.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
