Question: Write a python program that keeps asking the user for numbers until he enters 0, then displays the count of these numbers, the max, and
Write a python program that keeps asking the user for numbers until he enters 0, then displays the count of these numbers, the max, and the sum.
Hint: initialize the max with the value 0 and then compare each input with the max. If the input is greater than the max, that input becomes the new max.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
