Examlex

Solved

What Is the Value of X After the Following Code

question 27

Multiple Choice

What is the value of x after the following code executes?
Int x = 0;
Int y = 5;
Int z = 4;
X = x + y + z * 2;


Definitions:

Related Questions