当前位置:百科知识 > 计算机等级考试

问题描述:

[单选] 函数过程F1的功能是:如果参数a为奇数,则返回值为1,否则返回值为0。以下能正确实现所述功能的代码的是()。
A.Function F1(As Integer) If Mod2=0 Then Return 0 Else Return 1 End If End Function B.Function F1(a As Integer) If a Mod 2=0 Then F1=0 Else F1=1 End If End Function C.Function F1(a As Integer) If a Mod 2=0 Then F1=1 Else F1=0 End If End Function D.Function F1(a As Integer) If a Mo2<>0 Then Return 0 Else Return 1 EnIf EnFunction
参考答案:查看
答案解析:
☆收藏

随机题目