Java Varargs - Simple Addition

  • + 0 comments

    class Add{ void add(int ...a){ int count =0; for(int i=0;i