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
Science,
5 months ago
Computer Science,
5 months ago
Computer Science,
10 months ago
Math,
10 months ago
English,
1 year ago
Computer Science,
1 year ago
Biology,
1 year ago