Programming - Concept
String
Text stored as a sequence of characters in a program
What's it for?
Lets software store and work with text such as names, messages and labels.
For example…
A program stores “Sarah Jones” as a string because it is text rather than a number or true-or-false value