摘要:
#include#includeusing namespace std;class NaturalNumber{private:int n;public:void setValue (int x);//置数据成员n的值,要求判断是否是正整数int getValue(); //返回私有数据成员n的值b... 阅读全文
posted @ 2013-04-10 19:30
程序+爱=人生
阅读(92)
评论(0)
推荐(0)
浙公网安备 33010602011771号