int X = 3; y = 35 ;
do
{
++x;
} while(x<=10)
System. out. println (y);
}
Answers
Answered by
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
Math,
3 months ago
Math,
3 months ago
Math,
3 months ago
Computer Science,
6 months ago
Math,
10 months ago