What happens if no exception is thrown in the try block?
d) The program terminates
a) The catch block is executed
c) The code after the catch block is executed
b) The finally block is executed