← Back to If Statements
Question 89
Range Check 1..100 (Input)
Range Check 1..100 (Input)
Read an integer and print In range if it is between 1 and 100 inclusive, otherwise print Out of range. ⚠️ IMPORTANT - AUTO-INPUT MODE: This question uses automated input testing. The input stream will contain: '75\n'
Expected Output:
In range
Topics:
If StatementsUser Input
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.