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
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
Get step-by-step solutions from verified subject matter experts
