Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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.
Follow 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.47Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started