Predict the output of the following:-
1. class dk4
{
public static void main(String args[]).
{
int x=5,y=50;
while(x<=y)
{
y=y/x;. System.out.println(y);
}
}
}
Answers
Answered by
3
Answer:
10 is the answer to this question
Similar questions