Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 523 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 523 Bytes

company-employees-data

program to store information about employees in a company.

The program can do:

  1. Reading the ids of employees and their salaries and storing them in parallel arrays.
  2. Finding and returning the subset of ids of employees in an array whose salaries exceed a user specified value.
  3. 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.
  4. Print out salaries of all employees.