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

I need to know how to write this in python Write a

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

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 Databases Questions!