-3
請告訴我,如果有,當我調用這些函數我是否正確調用這些函數?
1布爾折扣任何錯誤(浮動價,詮釋numberOfItemsPurchased)
bool discount
float price;
int numberOfItemPurchased;
discount = discountP (price, numberOfItemPurchased)
2浮estimatePetrolPrice(浮公里,浮動價格,布爾含鉛,布爾自動)
float estimatePrice;
float kms;
float price;
bool leaded;
bool automatic;
estimatePrice = estimatePetrolPrice (kms, price, leaded, automatic)
3空隙的getData(串&名,字符串&出生日期,詮釋&歲)
string name;
string dateOfBirth;
int age;
getData (name, dateOfBirth, age)
4無效GETVAL(INT &項目,詮釋&間,焦炭decflag)
int item;
int inter;
char decflag;
getVal (item, inter, decflag)
對不起,這是一個編程問題?你的代碼是什麼? –
這裏的實際*問題*是什麼? – Puppy