Computer Science, asked by ishmeetkaur445, 2 months ago

name the data type used for true or false​

Answers

Answered by Harshabadboy
1

Answer:

boolean

Explanation:

A boolean, as you might have guessed, is a data type that represents “true” or “false”.

Answered by sanjaypal146
0

Answer:

Boolean data type

Explanation:

The Boolean data type is a data type that has one of two possible values (usually denoted true and false) which is intended to represent the two truth values of logic and Boolean algebra. It is named after George Boole, who first defined an algebraic system of logic in the mid 19th century.

Similar questions