โ Back to If Statements
Question 84
At Least One True with ||
At Least One True with ||
Create int x = 5 and int y = 100. Use || to check if x < 0 or y >= 100. Print: At least one condition is true
Expected Output:
At least one condition is true
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.