int x=32,c=0; while(x>0) c++ x=x/10 System.out.print(x)
Answers
Answered by
0
Answer:
ok this is the answer for your question
Explanation:
please follow me
Attachments:
Answered by
1
After Execution:
x = 32
c = 0
Output:
30
Similar questions