Part I: The following topics are touched upon by the project:
A) How to declare an ArrayList
B) How to store and reference data in an array list
1) Store the data
2) Reference the data
C) How to delete data from the ArrayList
Description:
The program reads in information about the user and stores it in an ArrayList of the Student structure. The data is displayed a list box.
Part II: Structures Debugging Exercise
Correct the errors in the Structure Debugging program.
• Comment out the line of code where the correct was made. Add "ERROR" at the beginning of the line code.
• Add a statement with the correction made.