jbrad1322 jbrad1322
  • 04-07-2019
  • Computers and Technology
contestada

What is the value of x after the following statements execute? int x, y, z; y 12; z 3; X= (y*(z+y-10); A. 36 B. 144 C.60 D. None of these

Respuesta :

PhantomWisdom PhantomWisdom
  • 12-07-2019

Answer:

60

Explanation:

According to the operator precedence, the bracket comes in the top. So, the program solve expression in the bracket first.

In the code, the value of Y is 12  and z is 3

substitute the value in the formula.

X = (12*(3 + 12 - 10)).

So, the program calculate the value (3 + 12 - 10) first which gives 5.

After that program evaluate (12 * 5) which gives 60.

Therefore, the answer is 60.

Answer Link

Otras preguntas

what type of rock can form a metamorphic rock
How do you say I was born in the Philippines in Spanish
Predict what happens when zinc is added to water
What's an equivalent fraction for 10 15 by dividing
What does imagery mean
What is the property, transformation, or simplification used in each step of this problem?    x-7=34
Evolution is: A) A change in the composition of a population from one generation to the next.B) A phenomenon that must be inferred from evidence, because it can
What is the property, transformation, or simplification used in each step of this problem?    x-7=34
Write an equation for a non-vertical line that contains the point ( 2,-4 )
Write an equation for a non-vertical line that contains the point ( 2,-4 )