Question: There are two ArrayList. Firstly, the system will ask the user to enter a data.CSV file that I want to add to the first ArrayList,
There are two ArrayList. Firstly, the system will ask the user to enter a data.CSV file that I want to add to the first ArrayList, then add the information in the CSV file to the first ArrayList. then, Create a new method that add the information of the First ArrayList to the second ArrayList. For example, the information is FirstName: jason, LastName: Lee, StudentID: 1122. Please aware of the displaying format which is FirstName: jason, LastName: Lee, StudentID:1122. please show how to pass the argument of the first ArrayList to the second ArrayList.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
