Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Write a python 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

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

Database Concepts

Authors: David Kroenke, David Auer, Scott Vandenberg, Robert Yoder

9th Edition

0135188148, 978-0135188149, 9781642087611

More Books

Students also viewed these Databases questions

Question

define EFFECTIVE PARTICIPATION

Answered: 1 week ago