Discussion on Arrays and Lists
The program is designed to iteratively capture the name of students. The program makes use of an ArrayList data structure that implements the List interface to allow the user to enter an arbitrary number of students into the program. Through using a loop, the program allows a user to perform the same operation a given number of time (Langsam, Augenstein & Tenenbaum, 2003). In this […]