210,”What will be the value of x after the following code is executed?int x = 10

Average Rating
0 out of 5 stars. 0 votes.

210,”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;}90110130210"