Examlex

Solved

What Will Be the Value of X After the Following

question 29

Multiple Choice

What will be the value of x after the following code is executed?
Int x = 10, y = 20;
While (y < 100)
{
X += y;
Y += 20;
}


Definitions:

Related Questions