问题 单项选择题

下面程序的输出是______。Private Sub Command1_Click() Print 7\3End Sub

A.3.5

B.7

C.3

D.2

答案

参考答案:D

解析: 运算符号“\”用于两个数相除并返回以整数形式表示的结果。

选择题
单项选择题