Which one of the following contain a sequence of characters (letters, numbers, and symbols) enclosed in quotation marks?
A) Integer
B) Variable
C) Strings
D) Data
Answers
Answered by
1
In JAVA bluej String data type has a series of characters enclosed in double quotation Mark
Answered by
0
Option C) Strings contain a sequence of characters (letters, numbers, and symbols) enclosed in quotation marks.
Explanation:
- A string is a data type that stores a sequence of characters (text). It is used to hold alphanumeric and text combinations. A string is a collection of characters kept as a single unit.
- Although this is not a built-in type, it functions similarly in its most basic application. Double quotes must be used to surround string values.
- It's a series of characters that's the most common data type for storing text. A string can also contain digits and symbols, but it will always be regarded as text.
Similar questions