Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

SQL Database Programming

Authors: Chris Fehily

1st Edition

1937842312, 978-1937842314

More Books

Students also viewed these Databases questions

Question

Write a program to check an input year is leap or not.

Answered: 1 week ago

Question

Write short notes on departmentation.

Answered: 1 week ago

Question

What are the factors affecting organisation structure?

Answered: 1 week ago

Question

What are the features of Management?

Answered: 1 week ago

Question

Briefly explain the advantages of 'Management by Objectives'

Answered: 1 week ago