Question: Assignment Description: Read the problem descriptions below, design the logic for solving it and create a flowchart to document your logic: A company desires to

Assignment Description:
Read the problem descriptions below, design the logic for solving it and create a flowchart to document
your logic:
A company desires to develop a salary calculation program to compute the monthly Gross Wage upon
input of the number of hours worked per month for each employee, and compute and display the total
Gross Wage for any number of employees (assume 10 employees).
The following are the business rule that governs this calculation program:
The basic hourly wage rate is $50 per hour for number of hours less than or equal to 150 hours,
and $60 for nunber of hours more than 150.
The basic solution procedure involves:
Read number of hours worked for the current employee as input.
Determine the applicable hourly wage rate.
Compute GrossWage (hourly wage rate multiplied by number of hours worked).
Add GrossWage to TotalGrossWage
Repeat steps 1-4 for all employees (10 employees)
Display the TotalGrossWage.
Assignment Description: Read the problem

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!