Computer Science, asked by kishaayaRai, 10 months ago

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 malhotratina876
3

Answer:

10 is the answer to this question

Similar questions