1. 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 40hrs 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 ff test data for the number of hours worked. 35 40 50

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter9: Records (struct)
Section: Chapter Questions
Problem 2PE
icon
Related questions
Question
100%
1. 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 40hrs 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 ff test data for the number of hours worked.
35
40
50
Transcribed Image Text:1. 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 40hrs 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 ff test data for the number of hours worked. 35 40 50
Expert Solution
steps

Step by step

Solved in 4 steps with 4 images

Blurred answer
Knowledge Booster
Unreferenced Objects
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