問答題

1. 找出下列程序的錯(cuò)誤,并改正,然后輸出代碼的正確結(jié)果。(20分) #include using namespace std; class test { private: int num; float fl; public: test( ); int getint( ){return num;} float getfloat( ){return fl;} ~test( );



點(diǎn)擊查看答案