Write the output for boolean data type.
Explained answer will be marked brainliest.
Answers
Answered by
1
In computer science, the Boolean data type is a data type that has one of two possible values (usually denoted true and false), 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. The Boolean data type is primarily associated with conditional statements, which allow different actions by changing control flow depending on whether a programmer-specified Boolean condition evaluates to true or false. It is a special case of a more general logical data type (see probabilistic logic)—logic doesn't always need to be Boolean.
Answered by
0
Answer:
true or false
Explanation:
in Java or in programs boolean data types are used when answer is needed in true or false. when there is a condition then it is used
Similar questions
English,
6 months ago
Computer Science,
6 months ago
Biology,
1 year ago
Science,
1 year ago
Math,
1 year ago
Social Sciences,
1 year ago