What's up with arrays?

Arrays can hold multiple values of a single typeWe need to declare and initialize themWe can change their capacity at any timeWe can store elements of multiple types in a single array

Exactly! Arrays are containers that take a fixed number of values of a single type. Like variables, we need to declare and initialize them.

Oh noes! Arrays are containers that take a fixed number of values of a single type. Like variables, we need to declare and initialize them.