โ Back to User Input
Question 314
Read a Boolean Value
Read a Boolean Value
Read a boolean value (trueorfalse) from standard input usingsc.nextBoolean()and print its logical negation. For example, if the input istrue, print: Negation: false Use the!operator andSystem.out.println.
Expected Output:
Negation: false
Topics:
User 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.