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.
Input=input("Input ten numbers") Sum=sum(Input) Average=Sum/10 print(Average)
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment