填空题

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

【参考答案】

S