An organization intends to increase salaries of employees using the following rates.
write a pseudocode that reads the total population of employees in the organisation and then performs the following for each employee.
- reads the current salary.
- compute the increment
- display current salary, increment and the new salary.
Hint: increment = current salary X percentage increment rate