subject

Revise the course class attached with the assignment (testcourse. java source file), as follows:

a. revise the getstudents() method to return an array whose length is the same as the number of students in the course. (hint: create a new array and copy the students to it.)
b. the array size is fixed in the source code provided. revise the addstudent() method to automatically increase the array size if there is no room to add more students. this is done by creating a new larger array and copying the contents of the current array to it.
c. implement the dropstudent() method.
d. add a new method named clear() that removes all the students from the course.
write a test program that creates a course, adds three students, removes one, and displays the students in the course.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 16:30
Primary tech skills are skills that are necessary for success in online education
Answers: 3
question
Computers and Technology, 23.06.2019 21:00
Will this setup result in what kathy wants to print?
Answers: 2
question
Computers and Technology, 24.06.2019 03:00
Using a conditional expression, write a statement that increments numusers if updatedirection is 1, otherwise decrements numusers. ex: if numusers is 8 and updatedirection is 1, numusers becomes 9; if updatedirection is 0, numusers becomes 7.
Answers: 1
question
Computers and Technology, 24.06.2019 06:50
What are the things you are considering before uploading photos on social media?
Answers: 1
You know the right answer?
Revise the course class attached with the assignment (testcourse. java source file), as follows:
Questions