Our app is now available on Google Play. Get it on Google Play

______ represents data that has an assigned value of either true or false

  1. Boolean
  2. Integer
  3. String
  4. Char

Answer: Boolean


Long Answer:

Boolean data type stores only True or False values. It is mainly used with conditional programming.