Home /
Expert Answers /
Computer Science /
what-will-be-the-final-value-of-x-and-y-after-the-following-code-is-executed-draw-a-table-int-x-pa692
(Solved):
What will be the final value of x and y after the following code is executed? (Draw a table) int x ...
What will be the final value of x and y after the following code is executed? (Draw a table) int x=10,y=20; while (y<100) I x+=y;x+=20;y Draw a table, and figure the final x and y value from the process. Sample of table is given below: