answersLogoWhite

0


Best Answer

True and False.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What two values can a boolean datatype have?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is default value of Boolean type variable?

False will be the default value of the boolean datatype in java


What is a boolean variable?

A Boolean variable is a variable from Boolean algebra having one of only two values.


How many values can a boolean variable have?

Two, True or False.


What are two possible values for Boolean Pharses?

True and False


What is boolean function?

A boolean function is a function that only works with values that can only have two values, often called "true" and "false", or alternately, "1" and "0".


Difference between relational and logical operators?

Logical operators don't Compare values they combine Boolean values and produce a Boolean result. Examples of logical operators are && (and), , (or), ! (not). If you have two Boolean values and you combined them with the && operator the result will be (TRUE) only if both values were (TRUE). Relational operators compare two values and produce a Boolean result. Most of the time we use logical operators to combine the results of two or more comparison expressions that use relational operators.


What does ! mean in java?

That's the boolean "or" operator. It calculates a result based on two boolean values. The result is false if both starting values are false; in all other cases, the result is true.


What does the or mean in java?

That's the boolean "or" operator. It calculates a result based on two boolean values. The result is false if both starting values are false; in all other cases, the result is true.


What values can the boolean variables take in boolean algebra?

true or false


What field with a Yes and No data type can store only one of two values The choices are?

boolean?


What are logical functions?

A logical or boolean function is one that works with logical or boolean values - values that can only be either true, or false.


What does varchar content?

It is just a datatype used in databases for string values.