Q1) An accountant works for a company and there is a need for a C program to calculate th average income of fifteen employees after cutting tax from it. Write a program that takes th gross income of the 15 employees using scanf and check the tax range using the given tab below. Use repetition structure (while or for loop) to calculate the salary of each entployee an if/else statements to select the salary based on the gross income. Besides, find the sum of a the salaries and print the average salary for fifteen employees. The formulation for calculatirn the salary is shown below: Salary = Gross Income Salary Salary = GrossIncome – Grosslncome 0.10 Salary GrossIncome < 500$ 500$ < GrossIncome < 700$ 700$ < GrossIncome < 1000$ 1000$ < GrossIncome = GrossIncome GrossIncome 0.05 Salary = %3D - = GrossIncome - Grosslncome 0.15

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
icon
Concept explainers
Question
Q1) An accountant works for a company and there is a need for a C program to calculate the
average income of fifteen employees after cutting tax from it. Write a program that takes the
gross income of the 15 employees using scanf and check the tax range using the given table
below. Use repetition structure (while or for loop) to calculate the salary of each entployee and
if/else statements to select the salary based on the gross income. Besides, find the sum of all
the salaries and print the average salary for fifteen employees. The formulation for calculating
the salary is shown below:
Salary = Gross Income
Salary = GrossIncome - GrossIncome 0.05
Salary = GrossIncome – Grosslncome • 0.10
Salary = GrossIncome – Grosslncome 0.15
GrossIncome < 500$
500$ < GrossIncome < 700$
700$ < GrossIncome < 1000$
1000$ < GrossIncome
Salary =
Transcribed Image Text:Q1) An accountant works for a company and there is a need for a C program to calculate the average income of fifteen employees after cutting tax from it. Write a program that takes the gross income of the 15 employees using scanf and check the tax range using the given table below. Use repetition structure (while or for loop) to calculate the salary of each entployee and if/else statements to select the salary based on the gross income. Besides, find the sum of all the salaries and print the average salary for fifteen employees. The formulation for calculating the salary is shown below: Salary = Gross Income Salary = GrossIncome - GrossIncome 0.05 Salary = GrossIncome – Grosslncome • 0.10 Salary = GrossIncome – Grosslncome 0.15 GrossIncome < 500$ 500$ < GrossIncome < 700$ 700$ < GrossIncome < 1000$ 1000$ < GrossIncome Salary =
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Control Structure
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education