โ Back to Methods
Question 371
Count Digits Method
Count Digits Method
Write a methodcountDigits(int n)that returns how many digitsnhas (assumenis positive). Call it with45678and print the result: 5 UseSystem.out.println.
Expected Output:
5
Topics:
Methods
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (sysout, psvm, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.