What's true about arrays and strings?

Arrays are ordered collections of values of a single typeStrings are ordered collections of charactersWe can create arrays of stringsStrings have a fixed length

Great! They're both ordered collections but arrays take a fixed amount of values of a single type whereas strings can contain a flexible amount of characters.

Oh noes! They're both ordered collections but arrays take a fixed amount of values of a single type whereas strings can contain a flexible amount of characters.