Programming - 2.3 Strings Flashcards
1
Q
String:
A
A sequence of characters, they can be letters, numbers, symbols, punctuation marks or spaces.
2
Q
Function:
A
A subprogram that performs a specific task and can be used at any point in the program.
3
Q
String Traversal:
A
Using a loop to cycle through each character in a string.