Question: Code in Python Please! Coding 5: While Loop (10 points) Create a while loop to calculate your final number grade based on inputs of your

Code in Python Please!

Code in Python Please! Coding 5: While Loop (10

Coding 5: While Loop (10 points) Create a while loop to calculate your final number grade based on inputs of your individual grade components. For example, if I entered 19, 20, 19, 20 and 20 representing the grades for attendance, homework, mid term exam, term project and final exam, the program would return "Your final grade is: 98". The while loop should stop when the user hits enter without a grade number. Focus only on collecting the values not the categories. You do not need to work with the grade categories at all they do not matter. To complete the example the user would enter 19, 20, 19, 20, 20 and " and would produce "Your final grade is: 98

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 General Management Questions!