write a java program to input a number and display the count of number of digits
Answers
Answered by
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
Math,
6 months ago
Business Studies,
1 year ago