if x = 2 , y =10 while(x<y) { y =y/x; sopln(y); }
Answers
Answered by
1
Answer:
2<10/2;10 =
then
10 / 5 = 5
Similar questions