Question: A bug collector collects bugs every day for five days. Write a program that keeps a running total of the number of bugs collected during
A bug collector collects bugs every day for five days. Write a program that keeps a running total of the number of bugs collected during the five days. The loop should ask for the number of bugs collected for each day, and when the loop is finished, the program should display the total number of bugs collected.
Step by Step Solution
3.23 Rating (164 Votes )
There are 3 Steps involved in it
Here is a Python program that keeps a running total of the number of bugs co... View full answer
Get step-by-step solutions from verified subject matter experts
