Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Information about an ABC organization is given below. 1.There are 10 employees in the organization. 2.There are 2 employees of level-A, 3 employees of level-B,

Information about an ABC organization is given below.

1.There are 10 employees in the organization.

2.There are 2 employees of level-A, 3 employees of level-B, 5 employees of level-C.

3.The information about their salaries is given below.

a)The salary of level-A employee is Rs.1, 25,000.

b)The salary of level-B employee is Rs.80, 000.

c)The salary of level-C employee is Rs.45, 000.

4.Rs.600 is deducted from the salaries of all employees against staff welfare fund.

5.If ANNUAL salary of an employee is more than Rs.600, 000, 1% tax is deducted from salary each month.

You are required to write a C++ program which finds

1)Total monthly tax deduction for all employees.

2)Total amount of welfare fund collected each month from all employees.

3)Net monthly salary of an employee. (Level-A, level-B, level-C).

(Hint: Net_Monthly_Salary= Original_Salary- Monthly_Tax - Monthly_Welfare_Fund)

4)Total amount which organization pays to its employees each month.

5)Also create a menu using (if-else) conditional statements, if a user wants to know about the separate tax collection of Level-A, Level-B, And Level-C employees.

If user enters 1, level-A employee tax will be shown.

If user enters 2, level-B employee tax will be shown.

If user enters 1, level-C employee tax will be shown.

image text in transcribed
\f

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Dental Assisting

Authors: Doni Bird, Debbie Robinson

13th Edition

978-0323624855, 0323624855

Students also viewed these Programming questions