欢迎使用题易搜网站

题易搜

在线题库

[单选] 

30、假设x的值为5则在执行以下语句时其输出结果为"OK"的Select Case的语句是(   )。

发布时间:2022-09-12 0次

Select Case x : case 10 to 1 : Print "OK" : End select

Select Case x : case Is>5,Is<5 : Print "OK" : End select  

Select Case x : case Is>5,1,3 to 10 : Print "OK" : End select

Select Case x : case 1,3 Is>5 : Print "OK" : End select

您需要登录才可以下载或查看,没有账号?会员注册