CJCoding With Joseph
15per day

Catch Any Exception

The try block parses the input as an integer and accesses that index of "Java". Either operation may throw an exception. Add a single catch block that uses Exception (the parent type) to catch any error, and print "Something went wrong".

⚠️ AUTO-INPUT MODE: The input stream will automatically contain 'bad\n'.

Expected Output:

Something went wrong
Topics:
Miscellaneous
📥 Auto-Input:
bad\n
This input is automatically fed to your program's stdin
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.