107÷15=535(人).
答:全校有535人.
计算:tan60°= .
有如下用户定义类型及操作语句: Type StudentSNo As StringSName As StringIAge AS Integer End Type Dim Stu As Student With Stu.SNo=“200609001”.SName=“陈果果”.IAge=19 End With 执行MsgBox Stu.IAge后,消息框的输出结果是______。