若对某个学生的各数据项进行赋值,下列程序段正确的是( )A.DimSAsStu:Stud.no=0201:Stud.name=李平:Stud.score=78,88,96B.DimSAsStud:S.no=0201:S.name=李平:S.score=78,88,96C.DimSAsStud:S.no=0201:S.name=李平:S.score(1)=78:S.score(2)=88:S.score(3)=96D.DimSAsStud:Stud.no=0201:Stud.name=李平:Stud.score(1)=78:Stud.score(2)=88:Stud.score(3)=96
若对某个学生的各数据项进行赋值,下列程序段正确的是( )A.DimSAsStu:Stud.no=0201:Stud.name=&q
若对某个学生的各数据项进行赋值,下列程序段正确的是( )
A.DimSAsStu:
Stud.no=0201:
Stud.name="李平":
Stud.score=78,88,96
B.DimSAsStud:
S.no=0201:
S.name="李平":
S.score=78,88,96
C.DimSAsStud:
S.no=0201:
S.name="李平":
S.score(1)=78:
S.score(2)=88:
S.score(3)=96
D.DimSAsStud:
Stud.no=0201:
Stud.name="李平":
Stud.score(1)=78:
Stud.score(2)=88:
Stud.score(3)=96
相关考题:
如下程序段定义了学生成绩的记录类型,由学号、姓名、三门课程成绩(百分制)组成。 Type Stud no As Integer name As String*10 score(1 To 3) As Single End Type 若对某个学生的各数据项进行赋值,下列程序段正确的是( )。A.Dim S As Stud Stud.no=0201 Stud.name="李平" Stud.score=78,88,96B.Dim S As Stud S.no=0201 S.name="李平" S.score=78,88,96C.Dim S As Stud S.no=0201 S.name="李平" S.score(1)=78 S.score(2)=88 S.score(3)=96D.Dim S As Stud Stud.no=0201 Stud.name="李平" Stud.score(1)=78 Stud.score(2)=88 Stud.score(3)=96
如下程序段定义了学生成绩的记录类型,由学号、姓名和三门课程成绩(百分制) 组成。 Type Stud No As Integer name AS String score(1 to 3) As Single End Type 若对某个学生的各个数据项进行赋值,下列程序段中正确的是______。A.Dim S As Stud Stud.no=1001 Stud.name=“舒宜” Stud.score=78,88,96B. Dim S As Stud S.no=1001 S.name=“舒宜” S.score=78,88,96C. Dim S As Stud Stud.no=1001 Stud.name=“舒宜” Stud.score(1)=78 Stud.score(2)=88 Stud.score(3)=96D. Dim S As Stud S.no=1001 S.name=“舒宜” S.score(1)=78 S.score(2)=88 S.score(3)=96
如下程序段定义了学生成绩的记录类型,由学号、姓名和三门课程成绩(百分制) 组成。 Type Stud no As Integer name As String score(1 to 3) As Single End Type 若对某个学生的各个数据项进行赋值,下列程序段中正确的是( )。A.Dim S As Stud Stud.no=1001 Stud.name=“舒宜” Smd.score=78,88,96B.Dim S As Stud S.no=1001 S.name=“舒宜” S.score=78,88,96C.Dim S As Smd Smd.no=1001 Stud.name=“舒宜” Stud.score(1) =78 Stud.score(3) =96 Stud.score(2) =88D.Dim S As Smd S.no=1001 S.name=“舒宜” S.score(1) =78 S.score(2) =88 S.score(3) =96
如下程序段定义了学生成绩的记录类型,由学号,姓名和三门课程成绩百分制.组成。 Type Stud no As Integer name As String score1 to 3. As Single End Type 若对某个学生的各个数据项进行赋值,下列程序段中正确的是 A.Dim S As Stud B.Dim S As Stud Stud.no =1001 S.no =1001 Stud.name =” 舒宜” S.name =”舒宜” Stud name =78,88,96 S.score =78,88,96 C.Dim S As Stud D.Dim S As Stud Stud.no =1001 S,no =1001 Stud.name =” 舒宜” S.name=”舒宜” Stud.score1. =78 S.Score1.=78 Stud.score2.=88 S.Score2.=88 Stud.score3.=96 S.Score3.=96
如下程序段定义了学生成绩的记录类型,由学号、姓名和三门课程成绩(百分制)组成。 Type Studno As Integername As Stringscore(1 to 3) As SingleEnd Type若对某个学生的各个数据项进行赋值,下列程序段中正确的是( )。A.Dim S As Stud Stud.no=1001 Stud.name="舒宜" Stud.score=78,88,96B.Dim S As Stud S.no=1001 S.name="舒宜" S.score=78,88,96C.Dim S As Stud Stud.no=1001 Stud.name="舒宜" Stud.score(1)=78 Stud.score(2)=88 Stud.score(3)=96D.Dim S As Stud S.nO=1001 S.name="舒宜" S.score(1)=78 S.score(2)=88 S.score(3)=96
如下程序段定义了学生成绩的记录类型,由学号、姓名和三门课程成绩(百分制)组成。若对某个学生的各个数据项进行赋值,下列程序段中正确的是( )。A)Dim S As StudB)Dim S As Stud
下面程序段定义了学生成绩的记录类型,由学号、姓名和3门课程成绩组成。 Type StudSIlOAs Integersname As Stringscore(1 to 3)As SingleEnd Type若对某个学生的各个数据项进行赋值,下列程序段中正确的是( )。A.Dim SAs StudStud.sname="高翔"Stud.score=84,98,96B.Dim SAs StudS.sno=1001S.sname="高翔"S.score=84.98.96C.Dim SAs StudStud.sno=1001Stud.sname="高翔" Stud.score(1)=84Stud.score(2)=98Stud.score(31=96D.Dim SAs StudS.sno=1001S.sname="高翔"S.score(1、=84S.score(2、=98S.score(3)=96