What are ways to insert, change and retrieve ArrayList values?
Precisely! The methods to manipulate ArrayLists include add(), set() and get().
add()
set()
get()
So close! The methods to manipulate ArrayLists include add(), set() and get().