Question: I have written java class called Student with name and courseID. I need to make a test class that: - creates an array to hold
I have written java class called Student with name and courseID.
I need to make a test class that:
- creates an array to hold a collection of Student objects
- adds a number of instances of Student to the array
- uses a loop to traverse the array and display the contents
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
