[填空题] 下列程序段运行结果是______。
Dim c As Integer, num As Integer
num=29483
Do
c=num Mod 10
Print c:
num=num 10
Loop While num<>0
正确答案:3 8 4 9 2

[填空题] 下列程序段运行结果是______。
Dim c As Integer, num As Integer
num=29483
Do
c=num Mod 10
Print c:
num=num 10
Loop While num<>0
正确答案:3 8 4 9 2