Choose the correct description of String (data type).
- A. A data type used to represent a sequence of characters, such as text. ✓
- B. A type system where variable types are checked at runtime rather than at compile time.
- C. A loop that exists inside the body of another loop.
- D. A named value in a program that cannot be changed once it has been assigned.
Correct answer
A. A data type used to represent a sequence of characters, such as text.
Explanation
String (data type) refers to a data type used to represent a sequence of characters, such as text.