填空题

已知如下程序段:
Dim MyValue
MyValue=Val("24 and 57")
执行以上程序段后,MyValue=______。

【参考答案】

X
<上一题 目录 下一题>
热门 试题

填空题
如下程序的功能为:使用While…Wend语句来增加计数变量的值。如果条件判断值为True,则循环内的语句将一直执行下去。当Counter______时循环中止。 Dim Counter Counter=0 While Counter<20 Counter=Counter+1 Wend
填空题
已知如下程序段: Dim MyString,LastWord MyString= Mid Function Demo LastWord=Mid(MyString,14,4) 执行以上程序段后,LastWord为______。
相关试题
  • 有如下程序: Function MatchUp(CityNam...
  • 有如下程序: Function GetChoice(Ind ...
  • 已知如下程序段: Dim MyString,TrimStr...
  • 已知如下程序段: Dim MyChar MyChar=C...
  • 有如下程序段: Dim Number,Digits,MyS...