Which of these statements are true about lists?
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.