Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a program to do the following using loops: A stamp collector collects stamps at the end of each month. Write a program that keeps

Write a program to do the following using loops:

A stamp collector collects stamps at the end of each month. Write a program that keeps a running total of the number of stamps collected each month (adding from previous month(s)). The program should ask for the name of the month, and the number of stamps collected that month (for the 12 months out of the year), and when the loop is finished, the program should display the total number of stamps collected for the year.

Data:

January 110

February 45

March 77

April 90

May 4

June 15

July 32

August 45

Sept 76

Oct 22

Nov 39

Dec 12

Turn in the program code and screen output here.

*Must be a Python program with no additional programs*

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Fundamentals Of Database Management Systems

Authors: Mark L. Gillenson

2nd Edition

0470624701, 978-0470624708

More Books

Students also viewed these Databases questions

Question

Explain the steps involved in training programmes.

Answered: 1 week ago

Question

What are the need and importance of training ?

Answered: 1 week ago