Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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 notto 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:
displayInfowhere you will display your name, date and description for the program only. Call this method from mainmethod first
getRatewhere you get the pay rate for an individual. You will pass this variable back to the calling method in mainmethod
getHours where you get the hours for an individual. You will pass this variable back to the calling method in mainmethod
calculateGrossPaywhere you will accept rate and hours from the main methodand then determine the gross pay. This method will handle your calculations. Pass the gross pay back to the calling method in the mainmethod
displayRHGrossPaywhere you will pass the rate, hours and gross pay variables from the mainmethod 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started