Question: Using python your program must generate random fraction questions using the basic math operators, ask the user for an answer and see if it is

Using python your 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 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

Your program should repeat until the user wishes to stop.It should display the amount of correct answers at the end.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!