填空题
以下程序运行后的输出结果是______。
#include <iostream.h>
main()
int i=10,j=0;
do
j=j+i;i--;
while(i>2);
cout<<j;
1、
【正确答案】
1、52
【答案解析】
提交答案
关闭