Computer Science, asked by kashvilalwani06, 4 months ago

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 yashwanthgoudyogi11
0

Answer:

is called public class ok

Answered by aryankanwale
0

Answer:

10.0 is the ans due to the condition

Similar questions