問答題

【簡答題】編寫一程序,從鍵盤輸入10個實數(shù),計算并輸出算術平均數(shù)。

答案: main()
{ float a[11]={0};
float ave=0;
int i,...
微信掃碼免費搜題