Question: Write the program in java. A student in a university is identified by ID, name, Program, number of finished Credit Hours (C.H), GPA and Academic

Write the program in java.  Write the program in java. A student in a university is

A student in a university is identified by ID, name, Program, number of finished Credit Hours (C.H), GPA and Academic Status. Once a student object is created, all attributes should be possible to modify. Thus, you must include all needed setter and getter functions in the class (don't use one function to set all values) .5 Mark. A student object must include the following member methods: Default Constructor that initializes attributes to default values 0.5 Mark Full Constructor that initializes attributes to the passed parameters values. 10.5 Mark. Copy constructor that initializes the class attributes with the attributes of another object of the same class. 0.5 Mark Show Student Info, which displays the student's information (ID, Name and Academic Status).I Mark/ Show Academic Status function that evaluate the academic status and returns the status of the student /I Mark Unsatisfactory. Satisfactory o If the student's GPA is

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!