a pseudocode/algorithm for giving all employees in an industry a cost-of-living wage increase of 2.3%. Assume that the payroll includes all current employees
Algorithm updatewage
this algorithm reads payroll file and updates each cost of living wage employee by increasing it by 2.3% for all current employees
Pre nothing
Post For each employee, cost-of-living wage is increased by 2.3%
Return nothing
1. loop(not end of the file)
2. end loop
end updatewage
Hope this is helpful
Please please uvpote it helpful and please dont downvote
Get Answers For Free
Most questions answered within 1 hours.