* write a C program that inputs the old salary (os) and the new salary (ns) of an employee. Then it calculates and display the amount of increase in the salary (inc) with respect to old salary. Then it outputs a message as per the following conditions: inc> =40 inc<40 and inc>=30 "A+ grade employee" "A grade employee" "A- grade employee" "B grade employee" inc <30 and inc>=20 inc<20

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter7: Arrays
Section: Chapter Questions
Problem 8PP: (Statistical) In many statistical analysis programs, data values considerably outside the range of...
icon
Related questions
icon
Concept explainers
Question
write a C program that inputs the old salary (os) and the new salary (ns) of an employee. Then it calculates and display the amount of increase in the salary (inc) with respect to old
salary. Then it outputs a message as per the following conditions:
"A+ grade employee"
"A grade employee"
"A- grade employee"
"B grade employee"
inc>=40
inc<40 and inc>=30
inc <30 and inc> =20
inc<20
Transcribed Image Text:write a C program that inputs the old salary (os) and the new salary (ns) of an employee. Then it calculates and display the amount of increase in the salary (inc) with respect to old salary. Then it outputs a message as per the following conditions: "A+ grade employee" "A grade employee" "A- grade employee" "B grade employee" inc>=40 inc<40 and inc>=30 inc <30 and inc> =20 inc<20
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

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
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr