Computer Science, asked by ayankhan53001, 21 hours ago

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

Explanation:

MY WHATSA uuuikb chatting

Similar questions