evv3636
contestada

On an algebra quiz, 10% of the students scored 70 points, 35% scored 80 points, 30% scored 90 points, and the rest scored 100 points. What is the difference between the mean and median score of the students' scores on this quiz?

Respuesta :

bo6565

Answer:

int(); points are entered as whole numbers

I took the test, it was right my guy

Step-by-step explanation:

scoreA = float(input("What was team A's score?"))

scoreB = float(input("What was team B's score?"))

pointsDifference = scoreA - scoreB

There is an error in the code. Which function should be used, and why?

float(); points require decimals

int(); points are entered as whole numbers

print(); points are printed on scoreboards

str(); points are fixed, so no calculation is necessary