what is the meaning of 'boolean condition' in computer ?
Answers
Answered by
5
Answer:
Hello mate
Explanation:
In computer science, the Boolean data type is a data type, having two values (usually denoted true and false), intended to represent the 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.
Answered by
1
Answer:
A boolean condition statement is a statement which can have either true or false as its value. It checks a condition and if the condition evaluates to be correct, it returns true and if the condition is incorrect, it returns false.
Similar questions