( 13 )有如下用户定义类型及操作语句:Type StudentSNo As StringSName As StringSAge As IntegerEnd TypeDim Stu As StudentWith Stu. SNo = "200609001 ”.SName = ” 陈果果 ”.Age 二 19End With执行 MsgBox Stu.Age 后,消息框输出结果是 【 13 】 。

( 13 )有如下用户定义类型及操作语句:

Type Student

SNo As String

SName As String

SAge As Integer

End Type

Dim Stu As Student

With Stu

. SNo = "200609001 ”

.SName = ” 陈果果 ”

.Age 二 19

End With

执行 MsgBox Stu.Age 后,消息框输出结果是 【 13 】 。


相关考题:

设有如下语句:Dim a,b As Integerc="VisualBasic"d=#7/20/2005#以下关于这段代码的叙述中,错误的是( )。A.a被定义为Integer类型变量B.b被定义为Integer类型变量C.c中的数据是字符串D.d中的数据是日期类型

设有如下语句: Dim a,b As Integer c="Visual Basic" d=#7/20/2005# 以下关于这段代码的叙述中,错误的是______。A.a被定义为Integer类型变量B.b被定义为Integer类型变量C.c中的数据是字符串D.d中的数据是日期类型

有如下用户定义类型及操作语句:Type TeacherTNo As StringTName AS StrxngIAge As IntegerEnd TypeDim Tea AS TeacherWith Tea.TNO="20080001".TName="张三".IAge=32End With执行MsgBox Tea.TNaiqle后,消息框的输出结果是______。

有如下用户定义类型及操作语句:Type StudentSNo As StringSName As StringIAge AS IntegerEnd TypeDim Stu As StudentWith Stu.SName=“陈果果”.IAge=19End With执行MsgBox Stu.IAge后,消息框的输出结果是______。

有如下用户定义类型及操作语句: Tyoe Student SNo As String Sname As String SAge As Integer End Type Dim Stu As Student With Stu SNo=”200609001” SName=”陈果果“ A ge=19 End With 执行MsgBox Stu,Age 后,消息框输出结果是 【13】

设有如下语句: Dim a,b As Integer c="VisualBasic" d=#7/20/2005# 以下关于这段代码的叙述中,错误的是( )。A.a被定义为Integer类型变量B.b被定义为Integer类型变量C.c中的数据是字符串D.d中的数据是日期类型

在PL/SQL中定义一个可以存放雇员表(EMP)的员工名称(ENAME)的PL/SQL表类型,应该() A.type array arr_type[emp.ename%type] index by binary_integer;B.type table arr_type[emp.ename%type] index by binary_integer;C.type arr_type is table of emp.ename%type index by binary_integer;D.type arr_type is pl_sql table of emp.ename%type index by binary_integer;

有如下用户定义类型及操作语句:执行MsgBox Stu.Name后,消息框输出结果是__________。

在随机文件操作中,定义记录类型的语句()。A.Type…End TypeB.DimC.PrivateD.Public