[单选题]

在窗体上画一个命令按钮,名称为Commad1,然后编写如下事件过程: Private Sub Command1 Click() a$="software and bardware" b$=Right(a$,8) c$=Mid(a$,1,8) MsgBox a$,,b$,c$,1 End Sub 运行程序,单击命令按钮,则在弹出的信息框的标题栏中显示的是

A.soflware and hardware

B.software

C.haldware

D.1

参考答案与解析: