問答題

【簡答題】編一個程序,定義數(shù)組,用for循環(huán)語句,順序輸入10個實數(shù),然后逆序輸出這10個數(shù)。

答案: inti;
int[]a=newint[10];
for(i=0;i<10;i++)
{<...
微信掃碼免費搜題