โ Back to If Statements
Question 256
Is a Digit Character
Is a Digit Character
Read a single character withscanf. If it is a digit character ('0'through'9'), print exactly: Digit Otherwise print exactly: Not a digit No trailing newline. For input7the output isDigit; for inputkthe output isNot a digit.
Expected Output:
Digit
Topics:
If Statements
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (p, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.