answersLogoWhite

0


Best Answer

In C, any non-zero expression is true and any zero expression is false.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

A Boolean expression.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What expression has a value of either true or false?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How can Boolean be used in Java?

An expression is anything that can be evaluated ("calculated"), to get a value. Numeric expressions are more common: anything that you can calculate, and get a number. For example, if a and b are numbers, a + b will give you another number - it is therefore a numeric expression. The variables by themselves are also numeric expressions.A boolean expression is anything that you can evaluate and get a result that is boolean, i.e., either true or false. Here are some examples:a == ba > ba >= 5 && a ba >= 5 && a ba >= 5 && a ba >= 5 && a


You use the operator to reverse the meaning of a Boolean expression?

The NOT operator. E.g., NOT TRUE evaluates to FALSE while NOT FALSE evaluates to TRUE.


Define an expression that evaluates to true when i equals j?

In Java, or C, the expression is simply:i == jIf the two are equal, this expression will evaluate to true; if not, it will evaluate to false.In Java, or C, the expression is simply:i == jIf the two are equal, this expression will evaluate to true; if not, it will evaluate to false.In Java, or C, the expression is simply:i == jIf the two are equal, this expression will evaluate to true; if not, it will evaluate to false.In Java, or C, the expression is simply:i == jIf the two are equal, this expression will evaluate to true; if not, it will evaluate to false.


Which method is default by true in java?

I don't understand what you mean with "default by true"? Please clarify your question. A Java method can have zero or more parameters, and it must have one return value. Any of these can be declared as "boolean", in which case the value can be either true or false.


What loop should no execute if the test expression is false to begin with?

for loop and while loop need the expression to be true for further execution of the program.

Related questions

What is an expression evaluates as either true or false?

Boolean expression


What is any value or expression that can be evaluated as being true or false?

A logical test is any value or expression that can be evaluated as being true or false.


Can you solve a system of equations you can replace a variable with an equal value or expression true or false?

True


In Microsoft Excel any value or expression that can be evaluated as being true or false is referred to as what?

Logical Test


In evaluating a logical expression of type Boolean expression1 Boolean expression2 Both the Boolean expressions are not always evaluated True False?

FALSE.... cuz in && operator the compiler chk both of the expression if any of the expression is false then answer will be false.. for true result both of d expression must be true... by warrior2pnk


How do I use the IF function?

The IF function takes three parameters. The first is an expression, such as an inequality, that will evaluate to either true or false. If the expression is true the second parameter is used, otherwise the third parameter is used.


How can Boolean be used in Java?

An expression is anything that can be evaluated ("calculated"), to get a value. Numeric expressions are more common: anything that you can calculate, and get a number. For example, if a and b are numbers, a + b will give you another number - it is therefore a numeric expression. The variables by themselves are also numeric expressions.A boolean expression is anything that you can evaluate and get a result that is boolean, i.e., either true or false. Here are some examples:a == ba > ba >= 5 && a ba >= 5 && a ba >= 5 && a ba >= 5 && a


How can an expression be true or false?

It is always true because we don't know what the answer is so the expression could be anything


Can an expression be true or false?

It is always true because we don't know what the answer is so the expression could be anything


Is -13 -5 true or false?

-8


What is the Boolean operator that is appropriate to use?

Boolean is a type, not an operator and can have the value of either TRUE or FALSE


Can true and false be summed with excel?

Yes. TRUE has the value 1 and FALSE has the value of 0.