How to do this?

Write a program that used to manage the HR data of a Faculty that has a team of 10 employees. The employee data like ( eno , ename , job ,salary , bonus).

The program should have:
Function to accept the data of employees and automatically set the salary according to the following formulas in case the
Job = ‘senior Lecturer’ ( salary = 6000
Job = ‘Lecturer’ ( salary = 5000...