2. Using an iflelse construct, write a program that will calculate a person's pay based on the number of hours worked. Take note of the following: • The pay rate is Php 35.00 per hour. Any hours worked after 40 hours is paid at the rate of 1.5 times the normal hourly rate. Calculate and display the normal pay, the overtime pay, and the total pay. • You may test your program using the following test data for the number of hours worked: 35 40 50 Compile and run the program using a different test data and save the program as WorkPay

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 20PE: When you borrow money to buy a house, a car, or for some other purpose, you repay the loan by making...
icon
Related questions
Question

C++ language

2. Using an if/else construct, write a program that will calculate a person's pay based on the number
of hours worked.
Take note of the following:
The pay rate is Php 35.00 per hour. Any hours worked after 40 hours is paid at the rate of
1.5 times the normal hourly rate. Calculate and display the normal pay, the overtime pay,
and the total pay.
You may test your program using the following test data for the number of hours worked:
35
40
50
Compile and run the program using a different test data and save the program as
WorkPay
3. Modify WorkPay
same specifications as indicated above except for the file name. Name this program as
WorkPay2
by replacing the iflelse construct with the switch statement. Follow the
You may test your program using the following test data for the number of hours worked:
30
35
40
45
50
Transcribed Image Text:2. Using an if/else construct, write a program that will calculate a person's pay based on the number of hours worked. Take note of the following: The pay rate is Php 35.00 per hour. Any hours worked after 40 hours is paid at the rate of 1.5 times the normal hourly rate. Calculate and display the normal pay, the overtime pay, and the total pay. You may test your program using the following test data for the number of hours worked: 35 40 50 Compile and run the program using a different test data and save the program as WorkPay 3. Modify WorkPay same specifications as indicated above except for the file name. Name this program as WorkPay2 by replacing the iflelse construct with the switch statement. Follow the You may test your program using the following test data for the number of hours worked: 30 35 40 45 50
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Data members
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