hi...i would be very greatful if someone could help me in solving this problem. i am very new to c language and only familiar to "printf" and "scanf".
Problem:
Write a program that calculates the wages of an employee for the month.(Input from user must include YEAR,MONTH,TIME IN & TIME OUT for each day in the month)
The wages rate is:
Monday-Friday --- first 8 hours:$50
additional hour:$10/hour
Saturday/Sunday--- $20/hour
I would be very much obliged if somebody could help me in this.Thank You.