Question: For Python Language Using a while loop, write a complete program that sums the user's inputs. If the user enters zero it displays the sum.
For Python Language
Using a while loop, write a complete program that sums the user's inputs. If the user enters zero it displays the sum.
Sample:
Enter a number: 1
Enter a number: 2
Enter a number: 3.3
Enter a number to stop enter 0: 0
The sum is 6.3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
