Question: Modify the program of Exercise 5.38 to allow the user to pick a type of arithmetic problem to study. An option of 1 means addition
Modify the program of Exercise 5.38 to allow the user to pick a type of arithmetic problem to study. An option of 1 means addition problems only, 2 means subtraction problems only, 3 means multiplication problems only, 4 means division problems only and 5 means a random mixture of all these types.
Exercise 5.38
Developed a computer-assisted instruction program to help teach an elementary school student multiplication. Modify the program to allow the user to enter a difficulty level. At a difficulty level of 1, the program should use only single-digit numbers in the problems; at a difficulty level of 2, numbers as large as two digits, and so on.
Step by Step Solution
3.44 Rating (151 Votes )
There are 3 Steps involved in it
Your question didnt specify the programming language to use Ill provide the solution using Python programming language Based on Exercise 538 it appear... View full answer
Get step-by-step solutions from verified subject matter experts
