Codecademy C Sharp
10 community-sourced questions and answers. Free — no login.
String
a sequence of characters enclosed in quotation marks
escape character
A character in text that is not taken literally but has a special meaning when combined with the character or characters that follow it
new line character
A control character that causes the cursor on a display or the printing mechanism on a printer to move to the beginning of the next line.
string concatenation
Combining several strings into a single string, or combining a string with other data into a new, longer string.
string interpolation
The process of inserting string representations of constants, variables, literals, and expressions into longer strings.
.Length
determines how many characters are in a string
.IndexOf
used to determine where a character or substring is within a larger string
substring
a portion of a string
ToUpper
Returns a copy of this string converted to uppercase
ToLower
Returns a copy of this string converted to lowercase
Looking for a different version?
CBTs get updated every year. Search for the exact version you're taking (e.g. "cyber awareness 2025").
Search all study materials