问题 单项选择题

有如下程序,该程序的执行结果为______。 Dim k As Integer n=5 m=1 k=1 Do While k <= nm=m*2k=k+1 LoopPrint m

A.1

B.5

C.32

D.40

答案

参考答案:C

填空题
选择题