answersLogoWhite

0

Evaluate the expression 12

Updated: 12/21/2022
User Avatar

Wiki User

14y ago

Best Answer

Constant values are expressions as well, still I don't think they are so hard to evaluate... well, in this case it is twelve

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Evaluate the expression 12
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

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.


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

46


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 must you do to evaluate a variable expression?

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


Evaluate the following postfix expression using stack in C 1 2 3 1 uparrow uparrow 4 5 6star 7star?

Evaluation of a postfix expression is done in the following manner:Scan the expression from the front.1) If it is a number then push it into the stack.2) If it is an operator, then pop two numbers from the stack and then evaluate them using the operator and push it back into the stack.Now consider the given expression. I have presented the sequence in which the expression will be evaluated by using braces.Note - I am using '!' symbol for uparrow1231!!-456*7*-->12(3!1)!-456*7*-->1(2!(3!1))-456*7*-->(1-(2!(3!1)))56*7*-->(1-(2!(3!1)))(5*6)7*-->((1-(2!(3!1)))-((5*6)*7))This will be your final result.

Related questions

What is the Evaluate the expression of -2?

12


What is 12-10 plus 4 evaluate the expression?

12 - 10 + 4 = 6


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.


Evaluate an expression?

Find the value of the expression.


Evaluate the expression 17P2?

To "evaluate" an expression, you need to know the value for the variables.


Evaluate the expression for a 4 and b 3.?

Unfortunately there is no expression to evaluate!


What is 12 in evaluated expression?

When you evaluate it and round the answer to the nearest whole unit you will find that the answer is 12 provided that you have done it correctly.


When you find the numerical value of an expression you what the expression?

You evaluate the expression !! :)


What is a evaluate the expression mean?

"Evaluate the expression" means replace all the letters with their numericalvalues, and then see what number the whole expression works out to be.


Which algebraic expression is equivalent to the expression below (8 times 12) plus 8?

There is no variable in (8x12)+8, so it would be called an arithmetic expression. It would evaluate to 96+8 = 104.


How do you Evaluate the expression of--2.3?

You evaluate it for example {-2} is 2


What does it mean to evaluate an expression?

To evaluate an expression is nothing but to operate the given expression according to the operators given in the expression if it is evaluable i.e, it could be convertable.