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, 23.06.2019 12:10, jefersina16
2. fabulously fit offers memberships for$35 per month plus a $50 enrollmentfee. the fitness studio offersmemberships for $40 per month plus a$35 enrollment fee. in how many monthswill the fitness clubs cost the same? what will the cost be?
Answers: 1
image
Computers and Technology, 25.06.2019 08:30, kammie89
How do i comment on answers? there's one answer i'm confused about but i don't know how to comment on it
Answers: 2
image
Computers and Technology, 25.06.2019 20:00, dh29229
Flappy golf 2: write down my code to get 10 free eggs! my code is: 2sn8dd if you do i’ll give brainliest to the first person. directions: go to the recruit tab on flappy golf 2 and type in my code. i’ll do the same to you if you give me your code: )
Answers: 1
image
Computers and Technology, 25.06.2019 20:30, cocoabean1981
Write the definition of a class counter containing: an instance variable named counter of type int. an instance variable named counterid of type int. a static int variable ncounters which is initialized to zero. a constructor that takes an int argument and assigns its value to counter. it also adds one to the static variable ncounters and assigns the result to the instance variable counterid. a method named increment. it does not take parameters or return a value; it just adds one to the instance variable counter. a method named decrement that also doesn't take parameters or return a value; it just subtracts one from the counter. a method named getvalue. it returns the value of the instance variable counter. a method named getcounterid: it returns the value of the instance variable counterid.
Answers: 1
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
Chemistry, 28.03.2020 00:57
Konu
Mathematics, 28.03.2020 00:57
Konu
Mathematics, 28.03.2020 00:57