Question: Please write this code in Java only. Follow the instruction carefully and write the code in java. Pennies for Pay Write a program that calculates

Please write this code in Java only.

Please write this code in Java only. Follow the instruction carefully andFollow the instruction carefully and write the code in java.

Pennies for Pay Write a program that calculates the amount 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 display a table showing the salary 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. Use: | 1. A while loop 2. Scanner Class 3. Accumulator 4. Unary Operators 5. printf() 6. Augmented Compound Assignment Operators Example Enter your name: Juan Juan , how many days will you work? The number of days must be at least 1. Enter the number of days: 31 Day 1 2 3 Pennies Earned 1 2 4 8 4 30 31 536870912 1073741824 EEEEEE Juan your total pay will be: $21,474,836.47

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!