问题 单项选择题 下面程序的输出是______。Private Sub Command1_Click() Print 7\3End SubA.3.5B.7C.3D.2 答案 参考答案:D解析: 运算符号“\”用于两个数相除并返回以整数形式表示的结果。