public class Adder extends Object
Adds zero or more integers.
Adder(int... numbers_to_add)
int
getSum()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Adder(int... numbers_to_add)
public int getSum()
Copyright 2014, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.
https://github.com/aliteralmind/codelet