单选题 下面程序的输出是______。
Private Sub Command1_Click()
Print 7/3
End Sub
【正确答案】 D
【答案解析】[解析] 运算符号“/”用于两个数相除并返回以整数形式表示的结果。