Write a program that prompts the user to enter the name, the number of children, and the basic salary of an employee. The program will then: Calculate the bonus: Calculate the new salary:

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter7: User-defined Simple Data Types, Namespaces, And The String Type
Section: Chapter Questions
Problem 7PE
icon
Related questions
Question
100%
CSC1250L
Sample Exam 1
Spring 2020-2021
Write a program that prompts the user to enter the name, the number of children, and the basic salary of an employee.
The program will then:
Calculate the bonus:
Calculate the new salary:
Apply a tax of 10% and find the paid salary:
The program will then display all the information nceded as shown in the sample run below
Sample Run:
Enter the name of the employee: Jamal
Enter the number of children of the employee: 4
Enter the salary of the employee (in $: 1500
The calculated bonus is $100 for 4 children.
The new salary is $1600.0
The paid salary for Jamal is $1 440.0
SONY
Transcribed Image Text:CSC1250L Sample Exam 1 Spring 2020-2021 Write a program that prompts the user to enter the name, the number of children, and the basic salary of an employee. The program will then: Calculate the bonus: Calculate the new salary: Apply a tax of 10% and find the paid salary: The program will then display all the information nceded as shown in the sample run below Sample Run: Enter the name of the employee: Jamal Enter the number of children of the employee: 4 Enter the salary of the employee (in $: 1500 The calculated bonus is $100 for 4 children. The new salary is $1600.0 The paid salary for Jamal is $1 440.0 SONY
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Constants and Variables
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