Question: Using C# programming Language a) Recreate the Student example. Modify the Compute grade function so that it assigns all ranges of grades from an A
a) Recreate the Student example. Modify the Compute grade function so 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 +812.51.5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
