Computer Science, asked by USuyal, 6 months ago

int X = 3; y = 35 ;
do
{
++x;
} while(x<=10)
System. out. println (y);
}​

Answers

Answered by a321038
0

Answer:

35

Explanation:

ignore the loop its only to create confusion,there is no change done to y's value so straightway write the original one

Similar questions