Computer Science, asked by devashaw7, 5 months ago

Different between Boolean and characters data type?​

Answers

Answered by Anonymous
1

Answer:

Common data types include:

Integer.

Floating-point number.

Character.

String.

Boolean.

Answered by tanvi1307
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