Computer Science, asked by mahijaiswal167, 8 months ago

write a program to count display of a number in Java​

Answers

Answered by harjindergill945
0

Answer:

maybe helpful to you.........

Attachments:
Answered by bhavink015
0

Answer:

in points

Explanation:

1) After first iteration, num will be divided by 10 and its value will be 345. ...

2)  After second iteration, the value of n um will be 34 and the count is           incremented to 2.

3) After third iteration, the value of num will be 3 and the count is incremented to 3.

Similar questions