weqwqe
unknown
plain_text
2 years ago
201 B
3
Indexable
public class ArthemeticException { void divide(int a, int b) { int res = a/b; System.out.println("Dvision process has been done successfully"); System.out.println("Result came after division is" +res);
Editor is loading...