Computer Science for IGCSE & O level - Programming (Section 3 - No. 25)

What data type would be used to store the value 'True' or 'False'?
Integer
String
Boolean
Float

Explanation

The Boolean data type stores True/False values.

Comments (0)

Advertisement