定義職工類Employee對象數組,內放5個職工的數據(編號、姓名、性別、月薪),創建函數輸出職工信息表。

定義職工類Employee對象數組,內放5個職工的數據(編號、姓名、性別、月薪),創建函數輸出職工信息表。ios #include<iostream> using namespace std; class Employee { public: void set_employee(); void display(); private: int num; char n
相關文章
相關標籤/搜索
本站公眾號
   歡迎關注本站公眾號,獲取更多信息
相關文章