Solved

What Problem Does the Following Algorithm Solve

Question 37

Essay

What problem does the following algorithm solve?
Set count to zero
Set total to zero
Write "How many?"
Read limit
WHILE count < limit
Read num
Set total to total + num
Set count to count + 1
Set ans to total divided by count
Write ans

Correct Answer:

verifed

Verified

After prompting the user for t...

View Answer

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions