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;
}
A) 90
B) 110
C) 130
D) 210
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: This type of loop will always be
Q2: What will be the value of x
Q5: What will be the values of x
Q6: This is an item that separates other
Q8: In a for statement, the control variable
Q9: This is a control structure that causes
Q10: When using the PrintWriter class, which of
Q11: You can use this method to determine
Q30: When the break statement is encountered in
Q45: When you pass the name of a