1 2 3 4 5 6 7
class NumberInput { int value; public: NumberInput(int min, int max); int GetValue(); };