Computer Science, asked by aayushxidsu, 1 month ago

predict the output

inter a= 10000 , b= 10 ,C= 1
do
{
a= a/b
C= C+1 ;
}
while (b<= a) ;
system.out.println("the answer:"+C)

help​

Answers

Answered by priyanitinpawar
0

The Ans c = c+1

1=1+1

1=2

c = 2+1

c =3

Similar questions