a) Recreate the Student example. Modify the Compute grade functionso that it assigns all ranges of grades from an A to an F. b) Create an Employee Example that has fields of FirstName, LastName, EmpID, HoursWorked, PayRate Write the functions in the Employee class to compute pay and overtime pay. Overtime is 1.5 times the number of hours worked above 40. Example: hoursworked = 35; payrate = 10.5; pay = hoursworked * payrate; hoursworked = 48; payrate = 12.5; pay = 40 * payrate + 8 * 12.5 * 1.5; Computer ScienceEngineering & TechnologyC++ ProgrammingCPSC 555

Order your essay today and save 20% with the discount code ESSAYHELP