Computer Science, asked by pritoshbiswas78, 4 months ago

int x= 3791
while ( x> 10)
{
System . out. println(x%10); x=x/10;
} ​

Answers

Answered by Anonymous
1

What's your question??

Similar questions