Program to show employee salary

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Chris Sim
    New Member
    • Sep 2019
    • 1

    Program to show employee salary

    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
    Job = ‘Admin Assistant’ ( salary = 2500
    Otherwise ( salary = 1500)

    Function to set the bonus value for a specific employee according to specific percent.

    Function to print out the data of all employees.
    Must use Structure,Array and Loop.
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5388

    #2
    what have you done so far to solve that task? Please show the code where you have problems with.

    Comment

    Working...