Question: Using REPLIT code in java ( I can't get it error free ) calculate the gross pay for an individual using the formula gross pay

Using REPLIT code in java (I can't get it error free)
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)
Using the following methods names with notes:
1.displayInfo() where you will display your name, date and description for the program only. Call this method from main() method first
2.getRate() where you get the pay rate for an individual. You will pass this variable back to the calling method in main() method
3.getHours() where you get the hours for an individual. You will pass this variable back to the calling method in main() method
4.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
5.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 blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!