Computer Science, asked by jeannie4547, 1 year ago

Try { int x = 0; int y = 5 / x; } catch (exception

e.{ system.Out.Println("exception"); } catch (arithmeticexception ae) { system.Out.Println(" arithmetic exception"); } system.Out.Println("finished");

a.Finished

b.Exception

c.Compilation fails.

d.Arithmetic exception

Answers

Answered by hxx66
1

Answer:

Compilation Fails

Explanation:

There Are Many errors in the code

Similar questions