Question: in Java programming Task 3: (20 marks) Write a program that calculates the amount of money a person would earn over a period of time

in Java programming
Task 3: (20 marks) Write a program that calculates the amount of money a person would earn over a period of time if the person's salary is $1 the first day, $2 the second day, and continues to double each day. The program should prompt the user to enter 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. Your result should look like this: Enter the number of days: 4 Day Dollars 1 $ 1 2 $ 2 3 $4 4 $8 The total salary for 4 days is: $ 15
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
