147k views
5 votes
Could someone explain a Boolean?

User RolandXu
by
4.6k points

2 Answers

2 votes

Answer:

Booleans are “truth values” — they are a data type that can contain either the value true or false. (These values may be represented as 1 or 0 in other programming languages!) Boolean statements are statements that evaluate to be true or false.

User Nevosis
by
4.6k points
2 votes

Answer:

It is a "True" or "False" integer.

Step-by-step explanation:

denoting a system of algebraic notation used to represent logical propositions, especially in computing and electronics.

a binary variable, having two possible values called “true” and “false.”.

User Rob Falken
by
4.8k points