Computer Science, asked by roshankumar34054, 3 months ago

Predict the output:

int a = 1000,b 10,c = 1:

do

a = a/b; C= c+1

while (b<=a);

System.out.println("The answer : "+c);​

Answers

Answered by hyperboy64
0

Answer:

The answer : "+c);

Explanation:

Similar questions