Computer Science, asked by suyashp174, 6 months ago

8. What will be the output of the following codes:-
M=8 is a positive integer
void fun( int m)
{
while(m> 0)
{
m=m/10;
System.out.println("m will be="+m);
}
}​

Answers

Answered by sreenithis
1

Answer:

sorry l don't no

Explanation:

please follow me

Similar questions