网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
有如下程序 x=InputBox("input value of x") Select Case x Case Is>0 y=y+1 Case Is=0 y=x+2 Case Else y=x+3 End Select Print x ;y 运行时,从键盘输入-5,输出的结果是( )。
A.-7
B.-9
C.-8
D.-10
参考答案
更多 “ 有如下程序 x=InputBox("input value of x") Select Case x Case Is>0 y=y+1 Case Is=0 y=x+2 Case Else y=x+3 End Select Print x ;y 运行时,从键盘输入-5,输出的结果是( )。A.-7B.-9C.-8D.-10 ” 相关考题
考题
下列Case语句中错误的是()。A.Case0 To 10B.Case Is>10C.Case Is>10And Is10
下列Case语句中错误的是( )。A.Case0 To 10B.Case Is>10C.Case Is>10And Is<50D.Case 3,51s>10
考题
运行下列程序: x=Input Box("input value Of x”) Select Case x Case IsO y=y+1 Case Is=0 y=x+2 Case Else y=x+3 End Select Print x;y 运行时,从键盘输入-5,输出的结果是( )。A.-7B.-9C.-8D.-10
考题
下列Case语句中错误的是()。A.Case 0 To 10B.Case Is>10C.Case Is>10 And Is10
下列Case语句中错误的是( )。A.Case 0 To 10B.Case Is>10C.Case Is>10 And Is<50D.Case 3.5,Is>10
考题
以下Case语句中错误的是A.Case 0 To 8B.Case Is>5C.Case Is>0 And Is5
以下Case语句中错误的是A.Case 0 To 8B.Case Is>5C.Case Is>0 And Is<6D.Case 1,3,Is>5
考题
运行下列程序: x=InputBox("input value of x") Select Case X Case Is>0 y=y+1 Case Is=0 y=x+2 Case ELse y=x+3 End Select Print x;y 运行时,从键盘输入-5,输出的结果是( )。A.-7B.-9C.-8D.-10
考题
有如下程序: x = InputBox("Input value of x") Select Case x Case Is > 0 y=y+1 Case Is = 0 y=x + 2 Case Else y=x + 3 End Select Print x, y运行时,从键盘输入-5,输出的结果是( )。A.-7B.-9C.-8D.-10
考题
运行下列程序: x = InputBox( "input value of x" ) Select Case x Case Is > 0 y=y+1 Case Is = 0 y=x+2 Case Else y=x+3 End Select Print x; y运行时,从键盘输入-5,输出的结果是( )。A.-7B.-9C.-8D.-10
考题
假设x是一个整数变量,要求判断x的值为1~4之间。Select语句形式如下,则Case表达式列表写法正确的是_____________。 Select Case x Case 表达式列表A.Case 4>=x>=1B.Case x>=1 and x<=4C.Case Is>=1 and Is<=4D.Case 4>=Is>=1E.Case 1 to 4F.Case 1,2,3,4
考题
4、假设x是一个整数变量,要求判断x的值为1~4之间。Select语句形式如下,则Case表达式列表写法正确的是_____________。 Select Case x Case 表达式列表A.Case 4>=x>=1B.Case x>=1 and x<=4C.Case Is>=1 and Is<=4D.Case 4>=Is>=1E.Case 1 to 4F.Case 1,2,3,4
热门标签
最新试卷