Examlex

Solved

What Is the Value of Ans After the Following Code

question 10

Multiple Choice

What is the value of ans after the following code has been executed?
Int x = 40;
Int y = 40;
Int ans = 0;
If (x = y)
Ans = x + 10;


Definitions:

Related Questions