Python, use function Write a program that provides simple math problems to quizzes a student's ability to perform addition and multiplication.Your program has the additional requirements The program shalldisplay a menu where the user can select the type of problems they want. For example 1) Addition problems only 2) Multiplication problems only 3) Random addition & multiplication problems 4)Exit program
Python, use function
Write a
The program shalldisplay a menu where the user can select the type of problems they want. For example
1) Addition problems only
2) Multiplication problems only
3) Random addition & multiplication problems
4)Exit program
The program shalldisplay two randomnumbers from0 to 100
The program shall present the user with 10 questions of the type they selected.The problems will be formatted and presented to the user
After the 10 problems are answered, the program shall displaythe number of questions answered correctly and the score as a percentage
The program shall return to the menu after summary has been displayed.

Step by step
Solved in 4 steps with 4 images









