question archive a program that will test the user's proficiency in solving different types of math problems

a program that will test the user's proficiency in solving different types of math problems

Subject:Computer SciencePrice: Bought3

a program that will test the user's proficiency in solving different

types of math problems. The program will be menu-driven. The user will select either addition, subtraction, multiplication, or division problems. The program will then display a problem, prompt the user for an answer, and then check the answer displaying an appropriate message to the user whether their answer was correct or incorrect. The user will be allowed 3 tries at each problem. The program will also keep statistics on how many problems were answered correctly. add functions to allow the user to select problems of varying degrees of difficulty.  You will also add functionality to keep statistics on the number of correct answers vs. the total number of problems attempted.

So now let's add the code for the remaining functions:

start by inserting code to ask the user if they want to see problems that are easy, medium, or difficult. this, right after they have selected the type of problems they want, by prompting them to enter 'E' for easy, 'M' for medium or 'D' for difficult. We will also add a validation loop that will check to see if they entered a correct response (E, M, or D). 


-Easy - problems using numbers 0 thru 10
-Medium - problems 11 thru 100
-Difficult - problems 100 - 1000

pur-new-sol

Purchase A New Answer

Custom new solution created by our subject matter experts

GET A QUOTE