以下程序执行后的输出结果是_______。#include "stdio.h"int main(){ int i,n=0;for(i=2;i<5;i++){ do{ if(i%3) continue; n++; }while(!i);n++; }printf("n=%d\n",n); }
A. n=5
B. n=2
C. n=3
D. n=4
查看答案
二重循环for(i=0;i<5;i+=2) for(j=0;j<5;j++)的循环体的执行次数为15。( )
A. 对
B. 错
"新冠病毒”的英文名称
A. The2019 Corona Virus
B. COVID-19
中译英:我们一起战胜病毒。
A. We stand and fight the virus.
B. We fight the virus.
中译英:最新消息
A. the latest news
B. the newest news