What are ways to insert, change and retrieve ArrayList values?

add(), set(), get()remove(), set(), get()put(), define(), retrieve()add(), update(), new

Precisely! The methods to manipulate ArrayLists include add(), set() and get().

So close! The methods to manipulate ArrayLists include add(), set() and get().