Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please include commented python solution and problem-solving documentation and evaluation documentation The program must generate random fraction questions using the basic math operators, ask the
Please include commented python solution and problem-solving documentation and evaluation documentation
The program must generate random fraction questions using the basic math operators, ask the user for an answer and see if it is correct.
- Each question should be randomly generated
- Each operator should be randomly generated
- The user must enter the answer in the lowest terms.
- You should indicate if he got it correct
- If he didn't get it correct, output the correct answer in lowest terms -> like this:2/3 * 3/4 = 1/2
- You cannot use the built-in Fraction Functions in Python
The program should repeat until the user wishes to stop.It should display the number of correct answers at the end.
If you don't remember how to do fraction calculations here is a video showing you the math (You can't use the built-in fraction functions in python)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started