
Design a Pay roll system application that can let the user perform the following transition; enter employees details, deposit employees salary for the month, Compute allowances, compute PAYE and NSSF for employees display details and exit the program. Use the switch case statement to let the users select the type of transaction they want to do at a particular time. You sahall also have to use several statements and create various function which may have to include, Salary, allowance, PAYE etc. You can as well use the sample in question one to come up with these function.