Question: Write a Python program that computes and displays the sum of five numbers entered by the user. For example, when running the above program, if
Write a Python program that computes and displays the sum of five numbers entered by the user. For example, when running the above program, if the user enters: 3, 4, 5, 2, 1, then the program should display the sum = 15 (hint: make use of a for loop and accumulating the sum in a variable)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
