Question: I need to know how to write this in python Write a program to prompt the user to enter scores (positive floating-point numbers) until a
I need to know how to write this in python

Write a program to prompt the user to enter scores (positive floating-point numbers) until a negative number is entered. If some scores were entered, it will then print the average score. Otherwise, print a message saying that no score was entered. For example, Enter next score (negative to stop): 35.5 Enter next score (negative to stop): 38.5 Enter next score (negative to stop): 60.2 Enter next score (negative to stop): 44.0 Enter next score (negative to stop): 43.75 Enter next score (negative to stop): -1 Average score is 44.390000
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
