answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: When is the logical expression evaluated?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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.


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 you use for loop in c?

The for loop in C, and C++ and Java, is defined as ...for (init-expression, limit-expression, loop-expression) statement;The init-expression is evaluated once. Then the limit-expression is evaluated. If it is true, the statement is evaluated, which can be a block of statements, or even a null statement, otherwise, control transfers out of the loop. If the statement is executed, then the loop-expression is evaluated, and control transfers back to the limit-expression.As an example, to print the numbers 1 through 10 ...for (int i = 1; i


What are conditional operators in C language?

The conditional operator in C (and C++, C# and other languages) consists of two symbols, '?' and ':'. Together, they can be used to form an expression from three subexpressions:e1 ? e2 : e3The conditional operator is evaluated in two steps; first, the expression e1 is evaluated, if it has a true value, then e2 is evaluated and its value is returned as the result of the entire expression, otherwise (if e1 is false) e3 is evaluated and its value is returned as the result of the entire expression.


Does an expression have to have a variable?

No. But if it is not, it is probably just a number - at best waiting to be evaluated.


15x - 8?

7


Write a word problem that can be evaluated by algebraic expression y - 95 and evaluate it for y equals 125?

what is the word problem that can be evaluated fby the algebraic expression y-95 and evaluaate it for y=125


What x minus 25?

It is an algebraic expression which cannot be simplified nor evaluated.


The arguments in an IF function are?

IF, in C and C++, is not a function - it is a statement. There are two parameters... if (expression) statement; The expression is evaluated. If it has logical result true, or arithmentic result not zero, the statement is executed; if not, the statement is not executed. The statement can be a single statement, in which it is terminated with a semi-colon, or it can be a block of statements, in which it is surrounded by braces.


What is the answer to ab-b-a 1?

There is no answer since there is no equation (nor an inequality), only an expression. Without the values of a and b, the expression cannot be evaluated.


What means expression in math for kids?

An expression is anything that can be evaluated (calculated) to get a number. That includes numbers themselves, additions, multiplications, etc.