166k views
1 vote
72, 'A', "Hello World," 2.8712 are all examples of _______.

a) Integers
b) Characters
c) Strings
d) Floating-point numbers

User Scottwb
by
9.4k points

1 Answer

3 votes

Final answer:

72, 'A', "Hello World," 2.8712 are all examples of characters and strings.

Step-by-step explanation:

The examples given, such as 72, 'A', "Hello World," 2.8712, are all examples of characters and strings.

Characters are a type of data that represents a single symbol, such as a letter, number, or punctuation mark. 'A' is an example of a character.

Strings are a sequence of characters enclosed in quotation marks. "Hello World" is an example of a string.

User Bdargan
by
8.3k points