Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You are required to analyse the problem and prepare the general solution using the flowchart and pseudocode Write a complete visual C++ program that will

image text in transcribed

You are required to analyse the problem and prepare the general solution using the flowchart and pseudocode Write a complete visual C++ program that will calculate the base salary and overtime pay of a worker if the number of hours worked is more than 40 hours QUESTION 4: Write a program that calculate base salary and overtime pay of a worker if the number of hours worked is more than 40 hours. The user will enter the total hours and the hourly pay rate. The base salary is calculated by multiply the first 40 hours with hourly pay rate entered by user; then the overtime pay is calculated by number of hours worked minus 40 hours, multiply with (1.5 x hourly pay rate). If the number of hours worked in a week entered is 40 or less then the base pay is calculated by multiply 40 hours with hourly pay rate. Sample input Please enter total working hours: 43 Please enter hourly pay rate (RM): 12 Sample output Your base salary is RM480 Your overtime pay is RM54 Your TOTAL INCOME is: RM534 You are required to analyse the problem and prepare the general solution using the flowchart and pseudocode Write a complete visual C++ program that will calculate the base salary and overtime pay of a worker if the number of hours worked is more than 40 hours QUESTION 4: Write a program that calculate base salary and overtime pay of a worker if the number of hours worked is more than 40 hours. The user will enter the total hours and the hourly pay rate. The base salary is calculated by multiply the first 40 hours with hourly pay rate entered by user; then the overtime pay is calculated by number of hours worked minus 40 hours, multiply with (1.5 x hourly pay rate). If the number of hours worked in a week entered is 40 or less then the base pay is calculated by multiply 40 hours with hourly pay rate. Sample input Please enter total working hours: 43 Please enter hourly pay rate (RM): 12 Sample output Your base salary is RM480 Your overtime pay is RM54 Your TOTAL INCOME is: RM534

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advanced Database Systems For Integration Of Media And User Environments 98

Authors: Yahiko Kambayashi, Akifumi Makinouchi, Shunsuke Uemura, Katsumi Tanaka, Yoshifumi Masunaga

1st Edition

9810234368, 978-9810234362

Students also viewed these Databases questions