单项选择题

下面程序:
Private Sub Command1_Click()
m$="ABC"
n$="abc"
k$=Lcase$(m$)
j$=Ucase$(n$)
Print Asc(k$)
End Sub
运行后输出结果为()

A.96
B.97
C.65
D.64