class AddMain { public static void main(String[] args) { Add a = new Add(); System.out.println("Addition: 3+4= " + a.add(3, 4)); } }