program to store information about employees in a company.
The program can do:
- Reading the ids of employees and their salaries and storing them in parallel arrays.
- Finding and returning the subset of ids of employees in an array whose salaries exceed a user specified value.
- Giving a pay rise to a selected group of employees. The ids of employees and the rise percentage should be entered by the user and the salaries are incremented accordingly.
- Print out salaries of all employees.