网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
运行语句DimStr1=NewString("IloveVisualBasic",3,4)后,Str1的值是()。

A、I

B、love

C、Visual

D、Basic


参考答案

更多 “ 运行语句DimStr1=NewString("IloveVisualBasic",3,4)后,Str1的值是()。 A、IB、loveC、VisualD、Basic ” 相关考题
考题 有如下语句:str1=InputBox(“输入 ”,” ”,”联系 ”)从键盘上输入字符串“学生”后,str1的值为( )A.“输入”B.“ ”C.“联系”D.“学生”

考题 在执行inta[][3]={{1,2},{3,4}};语句后,a[1][2]的值是()A.2B.4C.3D.0

考题 运行下面程序,其输出结果(str2的值)为【 】。Dim str1,str2 As StringDim i As Integerstrl="abcdef"For i=1 To Len(str1) Step2str2=UCase(Mid(str1,i,1))+str2NextMsgBox str2

考题 若有定义:int x,a;则语句x=(a=3,a+1);运行后,x、a的值依次为() A.3,3B.4,4C.4,3D.3,4

考题 设有如下语句:str1=IntputBox("输入","","练习")从键盘上输入字符串“示例”后,str1的值是( )。A.输入C.练习D.示例

考题 有变量定义语句“Dim Str1,Str2 As String *10”,其中Str1变量的类型应为(),其中Str2变量的类型应为()。

考题 下列语句执行后,i的值为()。 String str = “rook”n”roll”; String str1 = “””; int i = str.indexOf(str1);A.4B.7C.6D.5

考题 执行以下语句后,输出结果是____。 str1="Window" Print Len(str1)

考题 【单选题】若有定义:int x,c;则语句x=(c=3,c+1);运行后,x,c的值分别是()A.3,3B.4,4C.3,4D.4,3