在VisualBasic的立即窗口内输入以下语句

X=65

PrintChr$(X)

在窗口中显示的结果是

A.65

B.A

C.a

D.X

查看答案

相关问题推荐

  • 假设线性表的长度为n,则在最坏情况下,冒泡排序需要的比较次数为

    A.log2n

    B.n2

    C.O(n1.5)

    D.n(n-1)/2

    查看答案
  • 若有以下程序 includeint a[ ]={2,4,6,8}; main( ) { int i; int *p=a; for(i=0;i
    查看答案
  • 当对命令按钮的Picture属性装入.bmp图形文件后,命令按钮上并没有显示所需的图形,原因是没有对某个属性设置为1,该属性是( )。

    A.MousePicture

    B.Style

    C.DownPicture

    D.DisabledPicture

    查看答案
  • 设有下定义的语句:inta[3][2]={10,20,30,40,50,60};intb[3][2]={10,20,30,40,50,60};则a[1][1]*b[2][1)的结果为()。

    A.2000

    B.1200

    C.2400

    D.3000

    查看答案
  • 下列程序的输出结果是()。 include using namespace std; class TestClass{ static in

    下列程序的输出结果是( )。 #include<iostream> using namespace std; class TestClass{ static int i; public: TestClass(){i++;} ~TestClass(){i--;} static int getVal(){retum i;} }; int TestClass∷i=0; voi

    A.111

    B.121

    C.211

    D.221

    查看答案
  • It is because she is too young ______ she does not know how to deal with the situation.

    A. so

    B. that

    C. so that

    D. therefore
    查看答案
  • The moon gives ______ no light of its own.

    A. off 发出,发光

    B. up 放弃

    C. in 屈服

    D. away
    查看答案
  • The announcement says that the class meeting will be ______ at 7 o'clock Tuesday evening.

    A. taken

    B. made

    C. placed

    D. held
    查看答案
  • I hate those people who think they are superiorme without any reason.
    A. at B. on C. to D. than
    查看答案
  • Food and shelter are _____ for human beings.
    A. special B. especial C. essential D. exceptional
    查看答案