Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

.java program only. beginner so all documentation to help understand is greatly appreciated. Thank you! Pay Day (not the candy bar) Write a program that

image text in transcribed

.java program only. beginner so all documentation to help understand is greatly appreciated. Thank you!

Pay Day (not the candy bar) Write a program that calculates the amount a person would earn over a period of time. The program will allow the user to enter the amount of money (cents) they will make on the first day. Next, the user will enter the number of days they worked for the month. Finally, the user will enter whether the multiplier for each day. For example, if the user enters 1 for the cents on the first day and a 3 for the multiplier, then the second day 3 cents would be earned, third day 9 cents, etc. The program should display a table (all in one Message Box) 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. Example Input: Please enter the number of cents: 2 Please enter the number of days: 4 Please enter the multiplier: 3 Example Output: Day Pay (in cents) 1 2 2 6 3 18 4 54 Total Pay: $0.80 Input Validation: Do not accept a number less than 1 for the number of days worked. This needs to be done using a while loop. Input and output should be done with Dialog and Message boxes. Your be well documented internally and externally (make it user friendly) program should

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

More Books

Students also viewed these Databases questions

Question

Q .1. Different ways of testing the present adulterants ?

Answered: 1 week ago

Question

Q.1. Health issues caused by adulteration data ?

Answered: 1 week ago

Question

1. Traditional and modern methods of preserving food Articles ?

Answered: 1 week ago

Question

What is sociology and its nature ?

Answered: 1 week ago

Question

d. How will lack of trust be handled?

Answered: 1 week ago

Question

Are the rules readily available?

Answered: 1 week ago