You are on page 1of 1

Create a flowchart that will allow the user to input a score from a quiz with 50 items.

If the
inputted score is higher than 50, print "out of range" and allow the user to input again. If
the inputted score is higher and equal to 25 print " You Passed". If the inputted score is less
than 25 print "You Failed".

You might also like