Question: do only if u r confident Write a python program that prompts the user to enter a series of strings but with each string containing

 do only if u r confident Write a python program that

do only if u r confident

Write a python program that prompts the user to enter a series of strings but with each string containing a small integer. Use a while loop and stop the loop when the user enters a zero. When the loop has finished the program should display the number of user inputs (not counting the final zero input). the total of the integers in the strings entered the average of the integers accurate to one decimal place Sample Output Enter a string and a number.abcl Enter a string: def2 Enter a string: ghi3 Enter a string: xyz4 Enter a string: 0 Number of user inputs: 4 Total of these integers: 10 Average of the integers: 2.5

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!