F.E. PPS Unit 5 Practical 8 solution
Practical 8: Create Class EMPLOYEE for Storing Details and Functions for Employee Count Problem Statement Create a class EMPLOYEE for storing details (Name, Designation, Gender, Date of Joining, Salary). Define function members to compute: Total number of employees. Count of male and female employees. Employees with salary greater than 10,000. Employees with designation “Asst Manager”. …