填空题

有如下用户定义类型及操作语句:
Type Student
SNo As String
Sname As String
SAge As Integer
End Type
Dim Stu As Student
With Stu
.SNo="200609001"
.SName="陈果果"
.SAge=19
End Wifh
执行MsgBox Stu.SAge后,消息框输出结果是______。

【参考答案】

S
热门 试题

填空题