从给出的选项中,选择最合适的一个填入问号处,使之呈现一定的规律性。()
A.
B.
C.
D.
参考答案:B
阅读下面程序。 Private Function a(load As Integer) As Single If load < 20 then money=load / 2 else money=20+load end if a=money End Function Private Sub Form Click() Dim load As Integer,fee As Single Load=InputBox("请输入一个数:") Fee=a(load) Print fee End Sub 输入20,运行后的输出结果是 【13】 。
简述记账凭证的审核内容。