What's true about arrays and strings?
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.