Question: Question 4: Consider an array named Employee[10] in which you have stored the record of company employees. Store the following information by taking input from
Question 4: Consider an array named Employee[10] in which you have stored the record of company employees. Store the following information by taking input from user as follows: emp_num , emp_name, phone_no and salary Write the following methods: Insert the record of new employee (data is inserted by order of emp_num which is a unique number generated by rand() mehod). Search the record of employee Display the record of employee in ascending order Display record of employee having highest salary Calculate the total no of employees having higher salaries. Language C++
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
