Computer Science, asked by rinkigarg8319, 1 year ago

What will be the output of the program? 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");?

Answers

Answered by aniket122
0
my answer is 0 true / false
Similar questions