当前位置:百科知识 > ACCESS

问题描述:

[单选] 如下程序段定义了学生成绩的记录类型,由学号、姓名和三门课程成绩(百分制)组成。 Type Stud No As Integer name AS String score(1 to 3)As Single End Type 若对某个学生的各个数据项进行赋值,下列程序段中正确的是()。
A.Dim S As Stud Stuno=1001 Stuname=“舒宜” Stuscore=78,88,96 B.Dim S As Stud no=1001 name=“舒宜” score=78,88,96 C.Dim S As Stud Stuno=1001 Stuname=“舒宜” Stuscore(1)=78 Stuscore(2)=88 Stuscore(3)=96 D.Dim S As Stu no=1001 name=“舒宜” score(1)=78 score(2)=88 score(3)=96
参考答案:查看
答案解析:
☆收藏

随机题目