write a full program to receive and stored the information of at least 5 workers and

noone

New member
calculate their net incom? write a full program to receive and stored the information of at least 5 workers and calculate their net income base on the following information :
your program should be able to receive and store personal info and basic salary and hours work of overtime for every worker and calculate net income base on the overtime per month for each worker.

personal information record:

name
id number
contact number
starting date

income per year information

basic salary RM354
overtime 1st 20 hour = 2.5 RM 2nd 20 hour = 4.2 RM balance = 5.00 RM
deduction KWSP = 11% socso = 3%


display all information with the calculated data


instruction:
you need to use all of the data structure concepts below.
1.structure (structure in structure / embedded structure).
2.array.
3.loopign and selection statement.
you can do it by c programing or c++ ,, and don't worry this is not my homework ,,
 
Back
Top