โ Back to If Statements
Question 80
In Range 1..100 (No Input)
In Range 1..100 (No Input)
Create int inRange = 75 and use && to check if it is between 1 and 100 inclusive. Expected Output: The number is in range
Expected Output:
The number is in range
Topics:
If Statements
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.