Question: this is a program i wrote in order to answer the following exercise . what do i need to add in order to re-fill the

this is a program i wrote in order to answer the following exercise . what do i need to add in order to re-fill the
array with the remaining courses after deleting one course. as you can see i have a problem with that.
also i couldn't do the printCoursesRecursively method so please help me with that.
PLEASE : dont write a new code! fix mine only ! PLEASE
thank you  this is a program i wrote in order to answer the
following exercise . what do i need to add in order to
re-fill the array with the remaining courses after deleting one course. as
you can see i have a problem with that. also i couldn't
do the printCoursesRecursively method so please help me with that. PLEASE :
dont write a new code! fix mine only ! PLEASE thank you

11:47 AM Fri Jan 31 N 100% LabiFai View Calibri Regular (B 11 Home Insert B IU Draw A Layout Review A E E 7 public class Course private String Name : private int ID; public Course (String Name, int ID) { this. Name - Name this.ID = ID; public void setName (String Name) { this. Name Name public void setID int ID) this.ID = ID; public String getName() return Name: public int getID) return ID: public class Department private String dentName private Course CRS() private int noorCourses; public Department (String dept Name, int noorCourses) this...dent.NADA - dont Name this.noorCourses - noorCourses CRS= new Course (noorCourses); ++) public boolean exist(int id ) for (int i=0;i

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!