160k views
1 vote
Which one of the following contains a sequence of characters (letters, numbers, and symbols) enclosed in quotation marks? A) Integer B) Variable C) Strings D) Data

User Sergey D
by
7.3k points

1 Answer

4 votes

Answer:


C

Step-by-step explanation:

Integer is a whole number. Variable is an object whose value can change. String is a series of characters. Data is self-explanatory.
Pay attention to the fact that string is also both a variable and data, but neither of them two are necessarily a string.

User Winterized
by
8.7k points