单选题
窗体上有命令按钮commandl,对应的Click事件过程如下:Private Sub Commandl_Click()Dim x As Integerx=InputBox("请输入x的值")SelectCasexCasel,2,4,10Debug.Print"A"Case 5 T0 9Debug.Print"B"Case Is=3Debug.Print"C"CaseElseDebug.Print"D"End SelectEnd Sub窗体打开运行,单击命令按钮,在弹出的输入框中输入3,则立即窗口上显示的内容是( )。