question archive 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 functionality to keep statistics on the number of correct answers vs. the total number of problems attempted. alter your code to allow for floating point numbers. This requires formatting the output