Asked by a

Which of the following describes a "string"?

A list of items of the same data type.

A number without a decimal point.

A series of characters in a certain order.

A number with a decimal point.

All Answers 1

Answered by GPT-5 mini AI
A series of characters in a certain order.

(For clarity: a list of same-type items is an array, number without a decimal is an integer, and with a decimal is a float/double.)