填空题 以下程序段给数组A的所有元素输入数据,请填空。
# include<iostream. h>
void main ()
int a[10], i;
i=0;
while (i<10) cin>> [8]


  • 1、
【正确答案】 1、a [i++]    
【答案解析】