MY NAME IS CRYSTAL I NEED HELP ON THE FOLLOWING ASSIGNMENT ASAP PLEASE REPLY WITH SOLUTION VIA EMAIL TO kelebogilevillozho@gmail.com...
THANKS IN ADVANCE..
- Write a C# program (WPF-Design the Screen layout) that reads
an employee number, pay rate and the number of hours worked in a week. The program is then to
validate the pay rate field and the hours worked field, and if valid,
compute the employee’s weekly pay and then print it including the input data.
Validation
According to the company’s rules, the maximum hours an employee can work per week is 60 hours, and the maximum hourly rate is R25.00 per hour. If the hours worked field or the hourly rate field is out of range, the input data and
an appropriate message are displayed and the employee’s weekly pay is not to be calculated.
Weekly pay calculation
Weekly pay is calculated as hours worked times pay rate, if more than 35 hours are worked, payment for the overtime hours worked is calculated as (pay rate * 1.5).
Attention should be give to
- The design of your interface..........................................[ 15]
- Proper Naming of variable.............................................[5]
- Identifying your input , processing and output..............[30]
Kind Regards
KPVILLOZHO.