• 2022-06-11 问题

    在窗体的通用声明段自定义了数据类型Students,下列_____定义方式是正确的。 A: TypeStudents Name String*10 Studno IntegerEnd Type B: Private Type Students Name AsString*10 Studno AsInteger End Type C: Type Students Name AsString*10 Studno AsIntegerEnd Students D: Type Students Name As String*10 Studno AsIntegerEnd Type

    在窗体的通用声明段自定义了数据类型Students,下列_____定义方式是正确的。 A: TypeStudents Name String*10 Studno IntegerEnd Type B: Private Type Students Name AsString*10 Studno AsInteger End Type C: Type Students Name AsString*10 Studno AsIntegerEnd Students D: Type Students Name As String*10 Studno AsIntegerEnd Type

  • 2022-06-11 问题

    在窗体的通用声明段自定义了数据类型Students,下列____定义方式是正确的。 A: Public Type Students Name As String *10 StudNo As Integer End Type B: Type Students Dim Name As String *10 Dim StudNo As Integer End Students C: Type Students Name String *10 StudNo Integer End Type D: Private Type Students Name As String *10 StudNo As Integer End Type

    在窗体的通用声明段自定义了数据类型Students,下列____定义方式是正确的。 A: Public Type Students Name As String *10 StudNo As Integer End Type B: Type Students Dim Name As String *10 Dim StudNo As Integer End Students C: Type Students Name String *10 StudNo Integer End Type D: Private Type Students Name As String *10 StudNo As Integer End Type

  • 1