public class xyz
{
static void main()
int x=5,y=50;
while(x<=y)
{
y=y/x;
System.out.println(y);
}
}
}
predict the output!
Answers
Answered by
0
Answer:
is called public class ok
Answered by
0
Answer:
10.0 is the ans due to the condition
Similar questions