Question # 1

Dropdown
Identify the type of data for each value below.
12.023

'Hello World'

52

1 answer

Here are the types of data for each value:

  1. 12.023 - This is a floating-point number (or simply, a float).
  2. 'Hello World' - This is a string (text data).
  3. 52 - This is an integer.