Looking for some help on getting this started:
- Obviously input is needed for the hours and pay and a total worked out.
- Then a 5% deduction taken off. both results would need to be displayed out. with then the option to enter another pay? Just don't know how to program these ideas.
a shell script to input number of hours worked and pay rate and calculate the total pay, then the social security amount (assume 5%), then the net pay. Do this as a loop until the user enters zero for the number of hours worked (zero indicates that the program is to be terminated)