Question: Create a Java program that would get your first and last name, hours worked, and hourly rate from the user and calculate the gross pay.
Create a Java program that would get your first and last name, hours worked, and hourly rate from the user and calculate the gross pay. Make sure to calculate overtime if any.



Name of Instance: new grsPayl Constructor for objects of class grspay - Take void out grspay(String fname, String Iname, double hoursworked, double hourlyRate) Name of Instance: new grspay( "John" Options \#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\# \# Fullname: John Doe \# Gross Pay: $475.0 \#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\# THANKYOO
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
