[填空题] 下列程序段运行结果是______。 Dim c As Integer,num As Integer Num=29483 Do  c=num Mod 10  Print c;  

18 查阅

[填空题] 下列程序段运行结果是______。

Dim c As Integer,num As Integer

Num=29483

Do

 c=num Mod 10

 Print c;

 num=num10

Loop While num<>0

参考答案:

38492

计算机考试