Write an application named CollegeList that declares an array of four “regular”CollegeEmployees, three Faculty, and seven Students. Prompt the user tospecify which type of person’s data will be entered (C, F, or S), or allow the userto quit (Q). While the user chooses to continue (that is, does not quit), acceptdata entry for the appropriate type of Person. If the user attempts to enter datafor more than four CollegeEmployees, three Faculty, or seven Students, displayan error message. When the user quits, display a report on the screen listingeach group of Persons under the appropriate heading of “College Employees,”“Faculty,” or “Students.” If the user has not entered data for one or more types ofPersons during a session, display an appropriate message under the appropriateheading. Save the files as Person.java, CollegeEmployee.java, Faculty.java,Student.java, and CollegeList.java.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here