Computers and Technology

CPT 236 Java Programming Assignment 5 Creating a Pay Statement Using Arrays

Store the following data in Arrays. (Single/Muti-dimensional).

Names Pay Rate Hours
Adam Smith 12.55 45
Eliza Joseph 19.75 38
Joe Plumber 20.00 50
James Dove 24.90 37

Use if-else loop to compute Regular Pay and Overtime pay and store them in arrays.
If the hours worked is less than 40, Regular Pay is hours multiplied by Pay Rate, otherwise it is Pay Rate multiplied by 40. Similarly Overtime Pay is 0, if the hours worked is less than 40, otherwise it is Pay Rate multiplied by one and half and the hours over 40. If the hours worked are less than 40 hours, then print overtime pay as $ 0.00.
Insert appropriate comments showing your name, Project name, semester and purpose of the project as comments in the beginning of the file and appropriate additional comments.
Print the Pay Statement as shown below, using appropriate formatting functions.

ABC Computers Inc.

Pay Statement for the week ending September 30, 2020

Employees Pay Rate Hours Regular Pay Overtime Pay Gross Pay

Adam Smith $12.55 45 $502.00 $94.13 $596.12

Eliza Joseph $19.75 38 $750.50 $0.00 $750.50

Joe Plumber $20.00 50 $800.00 $300.00 $1,100.00

James Dove $24.90 37 $921.30 $0.00 $921.30

Write this program in java, I'm clueless on how to get this.

answer
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 13:00, mariahrpoulin9630
Which part of the cpu accepts data?
Answers: 1
image
Computers and Technology, 24.06.2019 21:40, Jsusussueususu
is on drugs i swear i ask a question and its not showing whats going
Answers: 2
image
Computers and Technology, 25.06.2019 02:00, whocares1819
Lisa is making a presentation for her project and she wants to use the logo of her company in her presentation. which element would she use to make her logo stand out in her presentation? a. gradation b. contrast c. alignment d. balance
Answers: 1
image
Computers and Technology, 25.06.2019 04:50, mlinares776
Your program should prompt the user for the dimensions of the two squares matrices, making sure that the user input is greater than or equal to 4.[ yes, an example would be a4x4matrix]2.if the above is not met, prompt the user for a new value.3.now generate random integernumbers to fill both matrices.4.display these two matrices on the screen.5.multiply the two matrices and display the result on the scre
Answers: 2
Do you know the correct answer?
CPT 236 Java Programming Assignment 5 Creating a Pay Statement Using Arrays

Store the f...

Questions in other subjects:

Konu
Mathematics, 08.11.2019 23:31