CJCoding With Joseph
15per day

Count Digits Method

Complete the static method CountDigits so it returns how many digits a positive integer has. Do NOT write a Main method.

For CountDigits(12345) the program prints 5.

Expected Output:

5
Topics:
Methods
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.