Examlex

Solved

What Will Be the Value of X After the Following

question 37

Multiple Choice

What will be the value of x after the following code is executed? int x = 10;
Do
{
X *= 20;
}
While (x > 5) ;


Definitions:

Related Questions