单项选择题

在窗体中添加一个名称为Ciotamandl的命令按钮,然后编写如下事件代码:
Private Sub Cinlnland1_Click()
a=75
If a>60 Then
k=1
Else If a>70 Then
k=2
Else If a>80 Then
k=3
Else If a>90 Then
k=4
Enklf
MsgBoxk
End Sub
窗体打开运行后,单击命令按钮,则消息框的输出结果是

A.1
B.2
C.3
D.4