Question: Please using java Project 1 statement This project involves implementing a simple university personnel management program. The program contains two different kinds of objects: students
Please using java

Project 1 statement This project involves implementing a simple university personnel management program. The program contains two different kinds of objects: students and faculty. For each object, the program stores relevant information such as university ID, name, etc. Different information is stored depending on the type of the object. For example, a student has a GPA, while a faculty has a title and department (professor, mathematics). For each of any class data member, your program must include the getters and the setters, and each class must include at least two constructors. Student class has: - Full name - ID - Gpa - Number of credit hours currently taken Faculty class has: - Full name - ID - Department (mathematics, engineering, arts and science) - Rank (professor, adjunct) Students in this college pay $236.45 per credit hour in addition to a $52 administrative fee. Your code should generate a tuition invoice ( a method within the class Student). Note that students get a 25% off total payment if their gpa is greater or equal to 3.85. The class Faculty must have the method that prints the faculty information Test your code with one faculty and two student objects. The sample run below should give you a clear idea about how your code should run. The user's entry in marked in bold so you can tell what your code should display to the screen and what the user enters
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
