CJCoding With Joseph
15per day

Finally Block Always Runs

The try and catch blocks are already set up for division. Your job is to complete the finally block 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
📥 Auto-Input:
10 0\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.