โ Back to Exceptions
Question 659
Throw And Catch A General Exception
Throw And Catch A General Exception
Read an integern. Ifn > 100,throw new Exception("too big"); otherwise printOK. Catch the exception and printex.Message. Use top-level statements withtry/catch. Input50prints: OK Input200prints: too big
Expected Output:
OK
Topics:
Exceptions
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.