填空题
下面程序的输出结果为()
#include < iostream.h>
void main()
{int num=2,i=6; do
{i--; num++;
}while(--i); cout<< num<< endl;
}
【参考答案】
5
点击查看答案&解析