Computer Science, asked by druthiakula, 9 months ago

write a java program to input a number and display the count of number of digits​

Answers

Answered by shabanamdevi80
0

Answer:

Read a number from user. Create an integer (count) initialize it with 0. Divide the number with 10. till the number is 0 and for each turn increment the count.

Explanation:

hope helpful for you

Similar questions