Question #274687

An algorithm is written to read ten numbers from the user. It adds all ten numbers together and works out the average. The average is then output.




Expert's answer

Input=input("Input ten numbers")
Sum=sum(Input)
Average=Sum/10
print(Average) 

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS