请读程序:
#include <stdio.h>
Main()
{
Int num=0;
While( num <=2){
Num++; printf("%d\n",num);
}
}
上面程序的输出结果是______。
① 1 ② 1 ③ 1 ④ 1
2 2 2
3 3
4
A.① B.② C.③ D.④正确答案C
请读程序:
#include <stdio.h>
Main()
{
Int num=0;
While( num <=2){
Num++; printf("%d\n",num);
}
}
上面程序的输出结果是______。
① 1 ② 1 ③ 1 ④ 1
2 2 2
3 3
4
A.① B.② C.③ D.④正确答案C