Employee management in a computer company
A software company needs to manage employees in the company. In this exercise, students will have to implement some components in the employee management system. The main objects to be managed are Developers, TeamLeader and Testers.
- Read all Employees and print to screen
- Show staff proficient in a Programming Language
- Show Tester has a height salary
- Show Employee’s higest salary
- Show Leader of the Team has most Employees
- Sort Employees as descending salary
- Write file
- Req2.txt: result list of staff proficient in C++.
- Req3.txt: list of employees with salary > 4,700,000.
- Exit
Employee management in a computer company
A software company needs to manage employees in the company. In this exercise, students will have to implement some components in the employee management system. The main objects to be managed are Developers, TeamLeader and Testers.
- Read all Employees and print to screen
- Show staff proficient in a Programming Language
- Show Tester has a height salary
- Show Employee’s higest salary
- Show Leader of the Team has most Employees
- Sort Employees as descending salary
- Write file
- Req2.txt: result list of staff proficient in C++.
- Req3.txt: list of employees with salary > 4,700,000.
- Exit