若i,j已經(jīng)定義為int類型,則以下程序段中內(nèi)循環(huán)總的執(zhí)行次數(shù)是()。 for(i=5;i>0;i--) for(j=0;j<4;j++)
A.20 B.24 C.25 D.30
A.6 B.5 C.0 D.1
A.5 B.9 C.8 D.6