Different between Boolean and characters data type?
Answers
Answered by
1
Answer:
Common data types include:
Integer.
Floating-point number.
Character.
String.
Boolean.
Answered by
1
Answer:
In computer science, 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