โ Back to Strings
Question 415
Count Digits in a String
Count Digits in a String
Read one line of text from input and print how many of its characters are digits (0-9). For the inputa1b2c3, the output is: 3
Expected Output:
3
Topics:
Strings
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.