单选题
以下代码计算过后,变量m的值为( )。
int a,b=10;
int i,j,m=0;
for(i=0;i<a;i++)
{
for(j=0;j<b;j++)
m++;
}
A、
10;
B、
20;
C、
50;
D、
100;
【正确答案】
B
【答案解析】
提交答案
关闭