-
class SoSimple{private: int num1; int num2;public: SoSimple(int n1, int n2) : num1(n1), num2(n2) { cout