Question: write in python program Description: Think of a problem where loops would be useful. Give a complete description of the purpose of the program in

write in python program
Description: Think of a problem where loops would be useful. Give a complete description of the purpose of the program in your requirements. Include the following requirements as well: Technical Requirements: Include a counter loop. You may choose whether it is a while counter loop or a for counter loop. In the loop, . Some processing should occur. You can decide what processing it will be whether it is math, an input statement, or something I haven't thought of ... A print statement should also be included in the loop body so that one can see what occurred in the loop At the end of the program, after the loop is complete, you should include some kind of summary information. If you are having trouble thinking of an appropriate program, think of anything that you can count or total like we did with sales and grades. Don't forget to include your design documents, your source code, and screen shot(s) of your output
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
