Which of these statements are true about lists?

They can hold multiple types of values at onceThey're collections and similar to arraysTheir capacity can change dynamicallyWe can't make changes to their elements

Awesome! Lists are collections and similar to arrays. They can only hold a single type but their capacity changes as we add and remove elements.

Nope! Lists are collections and similar to arrays. They can only hold a single type but their capacity changes as we add and remove elements.