Congratulations, you completed all topics we prepared for you! Now, it is time to use gained knowledge in practice. You need to implement a project according to given description. Moreover, this task introduces you to the concept of class diagrams UML.
HR department of Jusan bank assigned a task for you - implement a small HR application to track employees based on UML diagram below. You need to implement two classes - Employee class and Department class.
Then, add following employees to the program in the Main class and then print information about them and their salary on console.
Sanzhar with a salary of 500_000 tenge
Aidana with a salary of 1_000_000 tenge
Bekzhan with a salary of 2_200_000 tenge
Good luck!