第9题: [填空题]有下列程序,运行后变量x1、y1和z1的结果分别是 (13) 、 (14) 和 (15) 。 Private Sub funl(s,m,n) s=m+1 m=n+2 n=s+3 End Sub Private Sub form_Click( ) Dim x1,y1 x1=1:y1=1:z1=1 Call fun1(x1,y1+1,(z1)) Debug.Print x1;y1;z1 End Sub
第37题: [单项选择]The recording fathometer produces a graphic record of the(). A. bottom contour only up to depths of 100 fathoms B. depth underneath the keel against a time base C. contour of the bottom against a distance base D. depth of water against a distance base 参考答案:B