Write a pseudocode algorithm for giving all employees in a company a
cost-of-living wage increase of 3.2%. Assume that the payroll file includes
all current employees.
Solution:
The above
algorithm,reads payroll file line by line.
Each line represents an employee payroll record.
It takes the current living wage from the record and calculates the
new living wage by increasing it by 3.2%.
Then updates the living wage with new living wage in the
record
Then saves the updated record back to the payroll file.
#hope it's helpful to u...please give me a like...thank u....
Get Answers For Free
Most questions answered within 1 hours.