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

题目内容 (请给出正确答案)

语句Print(a=2)And(b=-2)的输出结果是()

  • A、True
  • B、结果不确定
  • C、-1
  • D、False

参考答案

更多 “语句Print(a=2)And(b=-2)的输出结果是()A、TrueB、结果不确定C、-1D、False” 相关考题
考题 下列语句的输出结果是______。 Print Format(Int(12345.6789*100+0.5)/100,\0000,0.00\)

考题 下列语句的输出结果是 【6】 。Print Format$(1258.6, "000,000.00")

考题 语句Print 5/4*6\5 Mod 2的输出结果是( )。A.0B.1C.2D.3

考题 以下语句输出结果是______。Print Int(12345.6789 * 100 + 0.5) / 100

考题 语句:print 5*5\5/5输出结果是( )A.5B.25C.0D.1

考题 语句:print sgn(-6^2)+Abs(-6^2)+int(-6^2)的输出结果是( )A.-36B.1C.-1D.-7252967.以下语句a=sqr(3)print format(a,####.###)的输出结果是( )A.1.732B. 0001.732C.###1.732D. 1.7320

考题 语句Print Sgn(-6^2)+Abs(-6^2)+Int(-6^2)的输出结果是( )。A..36B.1C.-1D.-72

考题 (7)执行下列语句后,输出结果是。 s$="ABCDEFG" Print InStr(s$,"efg") Print LCase$(s$)

考题 执行下列语句后,输出结果是______。s$="ABCDEFG"Print lnStr(s$,"efg")Print LCase$(s$)

考题 语句Print Sgn(-6^2)+Abs(-6^2)+Int(-6^2)的输出结果是( )。A.-36B.1C.-1S 语句Print Sgn(-6^2)+Abs(-6^2)+Int(-6^2)的输出结果是( )。A.-36B.1C.-1D.-72

考题 语句Print Sgn(-5.1^2)+Abs(Int(-5.1^2))的输出结果是( )。A.52.2B.25.01C.26D.28

考题 语句Print5/4*6\5Mod2的输出结果是( )。A.0B.1C.2D.3

考题 语句Print Format(Int(12345.6789*100+0.5)/100,”0000,0.00”)的输出结果是( )。A.12,3456.8SX 语句Print Format(Int(12345.6789*100+0.5)/100,”0000,0.00”)的输出结果是( )。A.12,3456.8B.12,34.5C.12,3 45D.12,345.68

考题 下面四个语句中,输出逻辑为“真”的是()。A.Print Not(3+51 And 32 Or 2 下面四个语句中,输出逻辑为“真”的是( )。A.Print Not(3+5<4+6)B.Print2>1 And 3<2C.Print 1>2 Or 2>3D.Print Not(1>2)

考题 下面程序的输出结果是includeclass example{ int a;public: example(int b){a=b++; 下面程序的输出结果是 #include<iostream.h> class example { int a; public: example(int b){a=b++;} void print(){a=a+1; cout<<a<<" ";} void print()const{cout<<a<<" ";} }; void main() { example x(3); const example y(2); x.print(); y.print(); }A.2 2B.4 3C.4 2D.3 2

考题 语句Print chr(65)的输出结果是() A.aB.AC.65D.chr(65)

考题 语句Print 5*5/5/5的输出结果是()。A5B25C0D1

考题 语句Print “123”+45的输出结果是“12345” 。A对B错

考题 语句Print Sgn(Abs(-6^2))的输出结果是()A、-1B、1C、-36D、36

考题 语句Print “123”+45的输出结果是“12345” 。

考题 语句print(3+28/2-12//3)的输出结果是()。

考题 语句Print Format("HELLO","")的输出结果是()A、HELLOB、helloC、HeD、he

考题 判断题语句Print “123”+45的输出结果是“12345” 。A 对B 错

考题 填空题以下语句输出结果是()Print Int(12345.6789 * 100 + 0.5) / 100。

考题 单选题语句Print Sgn(-6^2)+Abs(-6^2)+Int(-6^2)的输出结果是(  )。A -36B 1C -1D -72

考题 单选题语句Print Sgn(Abs(-6^2))的输出结果是()A -1B 1C -36D 36

考题 填空题语句print(3+28/2-12//3)的输出结果是()。