[单项选择题] 设有以下函数过程 Function fun(a As Integer,b As Integer) Dim c As Integer If a
A.a、b的最大公约数
B.a、b的最小公倍数
C.a除以b的余数
D.a除以b的商的整数部分
正确答案:D

[单项选择题] 设有以下函数过程 Function fun(a As Integer,b As Integer) Dim c As Integer If a
A.a、b的最大公约数
B.a、b的最小公倍数
C.a除以b的余数
D.a除以b的商的整数部分
正确答案:D
上一篇 [填空题] 面向对象的模型中,最基本的概念是对象和 ______。
下一篇 [填空题] 下面程序是用来打印九九乘法表的,请补充完整。 Dim i As Integer,j As Integer,Strl$ Strl=" " For i=1 To 9