6869707172737475767778
System.out.println("1 + 1 = " + calculator.add(1, 1)); System.out.println("Kabir is not a teacher so he cannot do division"); try { calculator.divide(16, 4); } catch (javax.ejb.EJBAccessException ex) { System.out.println(ex.getMessage()); }