3.4 Strings
Enduring Understanding
The way statements are sequenced and combined in a program determines the computed result. Programs incorporate iteration and selection constructs to represent repetition and make decisions to handle varied input values.
Learning Objective
Evaluate expressions that manipulate strings.
Essential Knowledge
String concatenation joins together two or more strings end-to-end to make a new string.
A substring is part of an existing string.
Last updated
Was this helpful?