public class A{ public static void main(String[] args) { B b=new B(); b.add(10,0); } } public class B{ Integer add(Integer a,Integer b){