answersLogoWhite

0


Best Answer

you have to undo what ever's being done to the variable :p

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What must you do to evaluate a variable expression?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

To evaluate a variable you must values for the variable and then calculate the result?

No. To evaluate a variable, you simply take its value. When you assign a value to a variable, the evaluation of that operation is the value of the variable after assignment. There is no calculation required to evaluate a variable, unless that calculation is part of the right-hand operand of an assignment operation, in which case the calculation is evaluated first and the result of that evaluation (the value) is then assigned to the variable which is then evaluated.


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.


When you need to satisfy two or more criteria to initiate an event in a program you must make sure that the second decision is made entirely independently of the first decision?

Evaluate the criteria before executing the conditional expression. In pseudocode:result1 = evaluate( criteria1 );result2 = evaluate( criteria2 );if( result1 && result2 ) initiate_event;Note that this is not the same as the following:if( evaluate( criteria1 ) && evaluate( criteria2 )) initiate_event;If the evaluation of criteria1 fails for any reason, then the whole expression fails and criteria2 is never evaluated. so if the evaluations must be done independently of each other, then they must be done prior to the conditional expression, storing the results for use in the conditional expression.


What is a kind of expression that has no variable?

A constant expression.


How do you Evaluate the expression 32-6 plus 5x4?

46

Related questions

To evaluate a variable expression you must do what to values for the variable?

You must substitute values for the variable.


How do you evaluate a math expression?

The evaluate a algebraic math expression you first must substitute a number for each variable. Then you must perform the operation in the correct order.


What do you need to be given to evaluate an algebraic expression?

A variable


How do you evaluate the expression P86?

If it is a variable-name, then just fetch the value of the variable.


How do you evaluate variable expressions?

To evaluate a variable expression, replace all the variables with numbers and simplify the resulting numerical expression. 3m for m = 9 3(9)=27


How do you find a specific numerical value for an algebraic expression?

you have to deduce the variable and evaluate the expression.


Describe how to evaluate a variable expression?

1/2w+2


Evaluate the variable expression for x equals 3?

Take 3 and substitute into the expression given to you but not mentioned in the question here and evaluate the expression. "Sub and Solve" I say.


When you replace the variable with a number and perform the operations you blank an expression?

evaluate.


Replacing each variable with a number in an expression and simplifying the result?

Evaluate


What is an algebra expression you replace each variable with a number?

evaluation, evaluate.


How do you evaluate an algebraic expression when I know the value of each variable?

Replace each variables in the algebraic expression by its [known] value and calculate the value (ie evaluate) of the algebraic expression.