Question: Using a structure, and creating three structure variables; write a program that will calculate the total pay for thirty (30) employees. (Ten for each structured

Using a structure, and creating three structure variables; write a program that will calculate the total pay for thirty (30) employees. (Ten for each structured variable.) Sort the list of employees by the employee ID in ascending order and display their respective information.

Using a structure, and creating three structure variables; write a program that

Excluding the main function, your program should have four additional functions that will get the hours worked, and payrate, calculate the total pay, sort the data and display your output.

Base pay should be calculated by multiplying the regular hours worked by pay rate. If a person has worked over forty (40)hours, total pay is calculated by an adding 10% of base pay for every five (5) hours over forty (40) to base pay. (ie a person working 50 hours with a total pay of $100 would have ((hours-40)/5)*(base pay*.1) + base pay.

Note: _jd represents the initials of the programmer. Your function names should be named by replacing the initials jd with your first and last initials

will calculate the total pay for thirty (30) employees. (Ten for each

Description Employee IDs Hours Worked Pay Rate Total Pay DataType of INT of DOUBL of DOUBLEpayrate_jd of Double Members employees_jd hrworked_jd total_pay_jd tructure name payro administrative office field structure variable structure variable structure variable Array Size 10 10 10

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!