Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Employee Gross Pay System ABB Global aims to find total gross salary paid to all its employees on monthly basis through an algorithm. It is

Employee Gross Pay System
ABB Global aims to find total gross salary paid to all its employees on monthly basis through an algorithm. It is important to note that the gross salary of each employee consists of the net salary and applicable Value Added Tax (VAT). Each employee record in the employee file holds the employee number, name, hours worked, and rate of pay. The rate of pay varies per employee. The output for each employee includes the employee number, name, hours worked and the rate of pay. A 15% tax must be deducted from each employees salary in compliance with South Africa Revenue Service (SARS) policy.
Processing continues until an employee number of 00 is read.
The hours worked and the gross pay for each employee must be accumulated, and these totals printed after the end-of-file condition has been met.
3.1 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.
(10 Marks)
3.2 Write an algorithm in form of pseudocode for the flowchart implementation created above.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions