A bug collector collects bugs every day for seven days. Design a modularized program that keeps a running total of the number of bugs collected during the seven 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.
- The program should be modularized
- identify variables, develop an IPO chart, create a hierarchy chart, develop a detail pseudocode solution And a test script for testing the pseudocode