[Solved]Rogram Set 1 10 Points Write C Program Calculate Salary Raise Employees 0 30000 40000 3000 Q37267451
rogram Set 1(10 Points) Write a C program to calculate salary raise for employees. $ 0 < $ 30000 < $ 40000 $ 30000 the rate is 7.0% $ 40000 the rate is 5.5% the rate is 4.0% If salary is between If salary is between If salary is greater than You are to use appropriate functions and pass parameters for this program. Please include at least one function that uses the return statement and at least one function that does not use the return statement. 1. 2. Draw a structure chart that shows all the functions. (do not submit) 3. Write a function to allow user to input the salaries the total of all the new salaries with the raises. PS1 (formatting required but the grid lines not necessary). 4. Write a function to calculate the raises, the total of the original salaries, the total of raises and 5. Write a function to print the output as following example below in a grid or similar to HW3 6. You may have more than the 3 functions mentioned in item 3,4,5. 7. Use loop in main to repeat salary for each employee. Calculation of Salary Raises New Salary Employee! Salary Rate% Raise 1.750.00 26750.00 John Doe Bill Knott30,000.00 Bett Mann35,000.00 King Kong 40,000.005. Mister Ed40,001.004.00 25,00000 7.00 5.50 1.650.00 31,650.00 36,925.00 42,200.00 41601.04 GomerPyle 45,000.004.001,800.0046,800.00 1,925.00 2,200.00 5.50 160004 41.601.04 $10,925.04 $225,926.04 Total $215,001.00 Show transcribed image text rogram Set 1(10 Points) Write a C program to calculate salary raise for employees. $ 0
Expert Answer
Answer to rogram Set 1(10 Points) Write a C program to calculate salary raise for employees. $ 0 < $ 30000 < $ 40000 $ 30000 the r... . . .
OR

