Multiple choice

Which of the following is a data type for True?

  1. Char

  2. Integer

  3. Boolean

  4. String

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The value True is a logical value, which is represented by the Boolean data type in programming.