Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Employee Gross Pay System ABB Global aims to find out the gross salary paid to its employees on monthly basis through an algorithm. Each employee
Employee Gross Pay System
ABB Global aims to find out the gross salary paid to its employees on monthly basis through an algorithm. Each employee record in the employee file holds the employee number, name, hours worked, and the rate of pay. The rate of pay varies per employee. The output for each employee includes the employee number, name, hours worked, rate of pay, and the gross pay. A tax must be added to each employee's salary in compliance with South Africa Revenue Service SARS
Processing continues until an employee number of is read.
The hours worked and the gross pay for each employee must be accumulated, and these totals printed after the endoffile condition has been met.
Draw a program flowchart that will calculate the pay salary for each employee, applicable tax, total salary paid and average salary of the employees in the organization. Print the total hours worked, total salary and average salary paid by ABB Global to its employees on a monthly report.
Marks
Write an algorithm in form of pseudocode for the flowchart implementation created above.
Marks
Construct a trace table for the above scenario, using the following data as input:
tableEmployee Number,Name,Hours Worked,Rate of PayJohan,RSithole,RKamogelo,R
Marks
End of Question
Galaxy Z Flip
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started