Posts by Angelo Fernandes • 23 points
1 post
-
2
votes1
answer65
viewsQ: How to implement java exception handling within a swtich-case?
I have to do a treatment for possible exceptions within a calculator, one of them would be the division by 0, in the case "Arithmeticexception", but I’m not able to make it work, even after…