Pls help me in this question.
Attachments:
Answers
Answered by
24
Given Snippet:
int n=3456, =0;
while(n>0)
{
c++ ;
n=n/10 ;
}
System.out.println(c) ;
}}
Output of the Snippet:
4
Similar questions