注意:此页面搜索的是所有试题
以下程序段中循环体总的执行次数是_____

int i,j;
for(i=7;i;i--)
for(j=0;j<6;j++)
{......}

A.42
B.21
C.13
D.36

参考答案