首 页
大学试题
CMS专题
工学
经济学
专升本
法学
教育学
历史学
更多分类
搜索
题库考试答案搜索网 > 题目详情
当前位置:
首页
>
End语句在不同的环境下其用途是不同的。下列两条语句:End Sub和End Select所对应的用途是______。
>
题目详情
问题题干
答案解析
相关问题
热门问题
最新问题
问题详情
End语句在不同的环境下其用途是不同的。下列两条语句:End Sub和End Select所对应的用途是______。
A、结束Sub过程,结束记录类型定义
B、结束函数过程,结束记录类型定义
C、结束Sub过程,结束情况语句
D、结束函数过程,结束情况语句
时间:2022-01-03 11:22
关键词:
答案解析
C
相关问题
块结构条件语句,必须以End If结束。
PLC程序中的END指令的用途是( )
运行下列程序: Private Sub Form. Click() Sum=0 For i=1 To 100 If Mid(CStr(i),1, 1)="1" Then Sum=Sum+1 End If Next i Print Sum End Sub 单击窗体后,在窗体上显示的结果是
end-to-end端对瑞
End―End―Mid创建模式表示的是()。
最新问题
END指令用于程序的结束处。使程序在000-END间一次执行。
End语句在不同的环境下其用途是不同的。下列两条语句:End Sub和End Select所对应的用途是______。
单击命令按钮,下列程序的执行结果是 Private Sub Blck (x As Integer) x = x * 2 + l If x <6 Then Call Blck(x) End If x = x * 2 + 1 Print x; End Sub Private Sub Commandl_Click() Blck 2 End Sub
下列程序段的执行结果为 m=1 n=1 Select Case m Case 1 Select Case n Case 0 print"A" Case 1 Print"B" End Select Case 2 Print"C" End Select
下列程序段的执行结果为 m=1 n=1 Select Case m Case 1 Select Case n Case 0 print "A" Case 1 Print "B" End Select Case 2 Print "C" End Select
下列程序 Private Sub form_Click() score=Int(Rnd * 10)+80 Select Case score Case Is<60:a$="F" Case 60 To 69:a$="D" Case 70 To 79:a$="C" Case 80 To 89:a$="B" Case Else:a$="A" End Select Print a$ End Sub 运行时输出的结果是
下列程序段的执行结果为 m=1 n=1 Select Case m Case 1 Select Case n Case 0 Print "* * 0 * *" Case 1 Print " * * 1 * * " End Select Case 2 print " * * 2 * * " End Select
下列程序段的执行结果为( )。 a=1 b=0 Select Case a Case 1 Select Case b Case 0 Print"**1**" Case 1 Print"**1**" End Select Case 2 Print"**2**" End Select
下列程序段的执行结果为 m=1 n=1 Select Case m Case 1 Select Case n Case 0 Print" * * 0 * *" Case 1 Print" * *1* *" End Select Case 2 Print" * * 2 * *" End Select
下列程序段的执行结果为 m=1 n=1 Select Case m Case 1 Select Case n Case 0 Print" * * 0 * *" Case 1 Print" * *.* *" End Select Case 2 Print"* *,2 * *," End Select
别人在看