class NumberInput { int value; public: NumberInput(int min, int max); int GetValue(); };