Modifying an ArrayList with Java

# Introduction In this lab, you will create a program that takes integer inputs from the user, stores them in an ArrayList called 'marks', prints the ArrayList, modifies the second element using the 'set()' method, and prints the modified ArrayList.

|60 : 00

Click the virtual machine below to start practicing