单项选择题

若有如下定义,则选项中不正确的语句是_________。 Structure student Dim Name As String Dim score As Integer End Structure Dim s1,s2 as Studen

A.Name="zhang"
B.score
C.score
D.Name
E.Name