All Subjects
Light
AP Computer Science Principles
A string is a data type in programming that represents a sequence of characters. It can store letters, numbers, symbols, and even empty spaces.
Combining two or more strings together to create a new string.
Indexing: Accessing individual characters within a string by their position.
Length: Determining the number of characters in a string.