Can you tell me a bit about strings?

Strings are ordered collections of charactersStrings have very useful methodsCharacters can be joined into a stringStrings can be added to char-type variables

Boom! Strings are ordered collections of characters and have methods to manipulate them. That said, only characters can be assigned to strings, not vice versa.

Whoops! Strings are ordered collections of characters and have methods to manipulate them. That said, only characters can be assigned to strings, not vice versa.