Question: ) In this assignment, you will be writing a Python program that will do the following: 1. It will ask the user to keep entering
) In this assignment, you will be writing a Python program that will do the following: 1. It will ask the user to keep entering grades until they press the "Enter" button. If the user enters a negative number, any processing in step 2 should not be executed. Instead, the program should ask for a positive number 2. As the grades are being entered one by one, your program will check passing and failing grades and keeps counting each kind. Passing grades are bigger or equal to 70, failing grades are less than 70. 3. In the end, the program will print the number of grades of each kind with appropriate text (for example: "You entered 20 grades. 12 students are passing and 8 are failing")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
