a + b
class Adder {
public:
Adder();
int add2(int a, int b);
};
implement this class
two number
1 number