下列程序的运行结果是()。Private Function myfun(m,n)Do while m>n Do While m>n:m=m-n:
A、下列程序的运行结果是()。
B、PrivateFunctionmyfun(m,n)
C、Dowhilem>n
D、DoWhilem>n:m=m-n:Loop
E、DoWhilen>m:n=n-m:Loop
F、LoopG:myfun=mH:EndFunctionI:PrivateSubCommand1_Click()J:printmyfun(9,8)K:EndSubL:
A、2M:
B、1N:
C、4undefined:
D、3
发布时间:2024-05-08 10:06:30