class meun{public:static int i;static int j;static int k;static int l;double price[4]={4,5,7,6 };string food1=”xxx“;string food2="xxx";string food3="xxx";string food4="xxx";
1 回答

楊__羊羊
TA貢獻(xiàn)1943條經(jīng)驗(yàn) 獲得超7個(gè)贊
定義一個(gè)構(gòu)造函數(shù)
public: meun()
{
i = xxx;
j = xxx;
...
}
- 1 回答
- 0 關(guān)注
- 914 瀏覽
添加回答
舉報(bào)
0/150
提交
取消