單項選擇題

下列程序的輸出結果是()。
P=0
ForI=1to4
p=p*I
NextI
Printp

A.24
B.4
C.0
D.10


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題以下不是Visual Basic中的事件是()。

A.DblClick
B.MouseMove
C.Caption
D.Change

2.單項選擇題

以下程序段的輸出結果是()
Print Format(0.123,"0.00%")

A.12.3%
B.1.23%
C.12.30%
D.01.23%