下列程序段中,循環(huán)體執(zhí)行的次數(shù)為()。 y=2 Do While y<=8 y=y+y Loop
A.2 B.16 C.4 D.3
下列Visual Basic程序段運行后,變量max的值為()。 a=5:b=10:max=a IF b>max Then max=b
A.5 B.10 C.5和10 D.以上都不是
A.12>b and a>0 B.b>12 And a<0 C.a>12 Or a<0 D.a>0 And b<12