Q2. Write a program to calculate tax collection according to the following formula: 10.5 % Tax, if salary is above 50000 5.7 % Tax , if salary is between 30000 and 50000 1.9 % Tax, is salary is between less than 30000 In the end the program should print the calculated tax

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 32PE
icon
Related questions
Question
Q2. Write a program to calculate tax collection according to the following formula:
10.5 % Tax, if salary is above 50000
5.7 % Tax , if salary is between 30000 and 50000
1.9 % Tax, is salary is between less than 30000
In the end the program should print the calculated tax
Transcribed Image Text:Q2. Write a program to calculate tax collection according to the following formula: 10.5 % Tax, if salary is above 50000 5.7 % Tax , if salary is between 30000 and 50000 1.9 % Tax, is salary is between less than 30000 In the end the program should print the calculated tax
Expert Solution
steps

Step by step

Solved in 7 steps with 8 images

Blurred answer
Knowledge Booster
Mathematical functions
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
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr