n=1000;
while(n>10)
{
n=n/10;
}
System.out.println(n);
how many time the loop is executed and what is the output
Answers
Answered by
0
Explanation:
MY WHATSA uuuikb chatting
Similar questions