How many times will the following while loop run?
int x = 200; while (x >= 0) { System.out.print(2 * x + " "); x /= x; }
7
Infinite
3
0
Answers
Answered by
1
it is infinite following
Similar questions
English,
7 months ago
Physics,
7 months ago
Math,
1 year ago
Political Science,
1 year ago
Science,
1 year ago