Question: I ' m having issues using replit to code this in java calculate the gross pay for an individual using the formula gross pay =
Im having issues using replit to code this in java
calculate the gross pay for an individual using the formula
gross pay rate hours
Your main method will call all methods and return a value back or not to a variable in the main method if needed.
Use my method names only
You will declare your variables
Comments not required at the top of the program
Use descriptive variables you will need to determine the data type
Name the java file lastnameFinalExam when submitting
Using the following methods names with notes:
displayInfo where you will display your name, date and description for the program only. Call this method from main method first
getRate where you get the pay rate for an individual. You will pass this variable back to the calling method in main method
getHours where you get the hours for an individual. You will pass this variable back to the calling method in main method
calculateGrossPay where you will accept rate and hours from the main method and then determine the gross pay. This method will handle your calculations. Pass the gross pay back to the calling method in the main method
displayRHGrossPay where you will pass the rate, hours and gross pay variables from the main method to this method for display purposes. Use a good descriptive statement see below
The pay rate is $X
The hours worked are X
The gross pay is $X Dollar signs are hard coded
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
