网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
下列程序段的执行结果为______。 Dim n As Integer n=10 While n <> 0 n=n-1 Wend Print "n="; n
A.n=0
B.n=1
C.False
D.n=-1
参考答案
更多 “ 下列程序段的执行结果为______。 Dim n As Integer n=10 While n <> 0 n=n-1 Wend Print "n="; nA.n=0B.n=1C.FalseD.n=-1 ” 相关考题
考题
有如下程序: #includeiostream usingnamespacestd; classTest { public: Test(){n+=2;} ~Test(){n-=3;} staticintgetNum(){returnn;} private: staticintn; }; intTest::n=1; intmain() { Test*p=neWTest; deletep;cout"n="Test::getNum()endl; return0; } 执行该程序的输出结果是( )。A.n=0B.n=1C.n=2D.n=3
考题
有如下程序:#includeiostreamusingnamespacestd;classTest{public:Test(){n+=2;}~Test(){n-=3;}staticintgetNum(){returnn;}private:staticintn;};intTest::n=1;intmain(){Test*p=neWTest;deletep;coutn=Test::getNum()endl;return0;}执行该程序的输出结果是( )。A.n=0B.n=1C.n=2D.n=3
考题
描述Ψ3dxy的一组量子数是()A.n=2,l=1,m=0B.n=2,l=2,m=0 n=3,l=2,m=0 n=3,l=2,m=0 n=3,l=2,m=0 n=3,l=1,m=0C.n=3,l=1,m=0D.n=3,l=2,m=1
考题
下列程序段执行后输出结果为()。 int i=-1; if(i<=0) printf("****n"); else printf("%%%%n");A.****CB.%%%%C.%%%%CD.****
考题
执行下列的程序段后,结果为______。 i = 0 n = 0 Do While i < 32 i = (i + 1) * (i + 1) n = n + 1 Loop Print nA.29B.4C.3D.0
考题
当用户输入abc时,下面代码的输出结果是 try: n = 0 n = input("请输入一个整数:") def pow10(n): return n**10 except: print("程序执行错误")A.程序执行错误B.0C.程序没有任何输出D.abc
考题
执行下列的程序段后,结果为______。 i = 0 n = 0 Do While i < 32 i = (i + 1) * (i + 1) n = n + 1 Loop Print nA.29B.3C.4D.0
热门标签
最新试卷