[填空题] 下列程序段的运行结果是______。
Dim num As Integer, a As Integer, b As Integer
a=88:b=24
Do While b <>0
num=a Mod b
a=b
b=num
Print a
Loop
正确答案:24 16 8

[填空题] 下列程序段的运行结果是______。
Dim num As Integer, a As Integer, b As Integer
a=88:b=24
Do While b <>0
num=a Mod b
a=b
b=num
Print a
Loop
正确答案:24 16 8