Question: Outcomes: - Analyze problems and design the logic and algorithms for solving them. Assignment Description: Read the program requirements below, design the logic for solving

 Outcomes: - Analyze problems and design the logic and algorithms for

Outcomes: - Analyze problems and design the logic and algorithms for solving them. Assignment Description: Read the program requirements below, design the logic for solving it, and document this logic by creating both a flowchart. pseudocode and Hierarchy Chart. A company desires to develop a salary calculation program to compute and display monthly Gross Wage, as Basic Wage plus Overtime Wage upon input of the number of hours worked per month for any number of employees (assume 34 employees). The following are the business rules that govern this calculation program: The basic hourly wage rate is 170 AED per hour for number of hours less than or equal to 80 hours. The overtime hourly wage rate is 150 AED per hour for number of weekly hours more than 80 . The Gross Wage is equal to Basic Wage plus Overtime Wage. The basic solution procedure involves: 1. Read number of hours worked (weekly) for the current employee as input. 2. Calculate the number of hours worked (monthly). 3. Determine the number of overtime hours. 4. Compute Basic Wage. 5. Compute Overtime Wage. 6. Compute Gross Wage by adding Basic Wage and Overtime Wage. 7. Repeat steps 1-5 for all employees (34 employees) 8. Display the cumulative Gross Wage, Basic Wage, and Overtime Wage. Required: 1. Design and develop a flowchart to describe the logic of the solution above 2. Design a Hierarchy Chart to describe the algorithm 3. Convert the flowchart to equivalent pseudocode

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 Databases Questions!