Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Pennies for Pay Write a program that calculates the amount of money a person would earn over a period of time if his or her

Pennies for Pay
Write a program that calculates the amount of money a person would earn over a period
of time if his or her salary is one penny the first day, two pennies the second day, and
continues to double each day. The program should ask the user for the number of days.
Display a table showing what the salary was for each day, then show the total pay at the
end of the period. The output should be displayed in a dollar amount, not the number of
pennies.
For #7(Pennies for Pay) output should look like this. Hint, use the It to embed a tab(s) to
form columns of a table. i.e. print ("Day", "Salary", sep="|t|t") or print ("Pay |t|t "Salary")
Total salary is: $0.31.
Please explain into detail how to get the output to show each day and dollar amount made for that day.
image text in transcribed

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

Databases Illuminated

Authors: Catherine M. Ricardo, Susan D. Urban, Karen C. Davis

4th Edition

1284231585, 978-1284231588

More Books

Students also viewed these Databases questions

Question

3. Who would the members be?

Answered: 1 week ago