Practice Q 03
Practice Q 03
Expected Output:
Question 2. 5
Write a program which will take employee information of an office. Where the number of employees will be
provided by console as n. After this number, you will get names and ids and salaries of employees. Create
a class Employee and store the information received from the console in an array of employees. Now,
traverse and find the total number of employees who have a salary of at least 12000 or more, also print the
maximum employee salary. Please check the following sample input/output along with the explanation.
\