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 employees
The following are the business rule that governs this calculation program:
The basic hourly wage rate is $ per hour for number of hours less than or equal to hours,
and $ for nunber of hours more than
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 for all employees employees
Display the TotalGrossWage.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
