单项选择题

程序的运行结果为()。 Dim k As Integer n=5:m=1:k=1 While k<=n m=m*2 k=k+1 wend Print m

A. 1
B. 5
C. 32
D. 40