Question: Pennies for Pay Write a program that calculates how much a person would earn over a period of time if his or her salary is
Pennies for Pay
Write a program that calculates how much a person would earn over a period of time
if his or her salary is one penny the first day and 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 how much the salary was for each day, and 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.
Input Validation: Do not accept a number less than 1 for the number of days worked.
( Implement the following program linearly. Using pointers to variables, Implement the same problem (a) with functions that do not return anything (void) and whose
arguments are pointers to variables)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
