Question: can you help me with this one Q1) Write a complete program in C to do the following tasks. 1. The program print Welcom [
Q1) Write a complete program in C to do the following tasks. 1. The program print "Welcom [ Your name] in accounting system "' 2. The program print "Enter the number of employees to calculate commission" 3. The user should enter the number of employees. 4. The program print "Enter the salary and overtime hours" (loop based on the number entered) 5. The user should enter two values: salary and overtime hours for each employee. 6. The program shall check if the over time hours more than 30 , the commission will be 0.05 (i.e Salary = salary + salary 0.05 ) , otherwise the salary will not change. 7. For each employee (loop), the program print the final salary result
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
