Set 8 Structures
Set 8 Structures
Exercise 1 : (Lecture)
Define an employee structure that includes the following members: Name, date of birth,
role, hiring date, salary.
Write an algorithm that:
1. Read for the information of n given employee (where n ≤ 100).
2. Displays the information of employees with a salary <= 30000 DZD.
3. Displays the information of the employee with the highest salary.
4. Displays the total salary mass of the employees.