131415161718192021
System.out.println("a=" + a); System.out.println("b=" + b); Calc calc = new Calc(); return calc.sum(a, b); } }