← Back to Miscellaneous
Question 208
Finally Block Always Runs
Finally Block Always Runs
The try and catch blocks are already set up for division. Your job is to complete thefinallyblock so that"Done"is always printed — whether the division succeeded or threw an exception. ⚠️ AUTO-INPUT MODE: The input stream will automatically contain'10 0\n'.
Expected Output:
Error: division by zero Done
Topics:
Miscellaneous
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.