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

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

语句Print Sgn(Abs(-6^2))的输出结果是()

  • A、-1
  • B、1
  • C、-36
  • D、36

参考答案

更多 “语句Print Sgn(Abs(-6^2))的输出结果是()A、-1B、1C、-36D、36” 相关考题
考题 下列语句的输出结果是 【6】 。Print Format$(1258.6, "000,000.00")

考题 ( 6 )下列语句的输出结果是 【 6 】 。Print Format(Int(12345.6789*100+0.5)/100,"00,000.00")

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

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

考题 语句: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

考题 执行语句Print "Sgn(-34)=";Sgn(-34)后,其输出结果是 A.Sgn(-34)=34 B.Sgn(-34)=-34 C.Sgn(-34)=+1 D.Sgn(-34)=-1

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

考题 下列语句的输出结果是【 】。Print Int(12345.6789*100+0.5)/100

考题 语句Print"Sgn(-26)=";Sgn(-26)的输出结果为( )。A.Sgn(-26)=26B.Sgn(-26)=-26C.Sgn(-26)=+1D.Sgn(-26)=-1

考题 执行下列语句后,输出结果是______。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 "Sgn(-34)=";Sgn(-34)后,其输出结果为( )。A.Sgn(-34)=34B.Sgn(-34)=-34C.Sgn(-34)=+1D.Sgn(-34)=-1

考题 在窗体中添加一命令按钮,并在命令按钮中编写如下代码: Private Sub Commandl_C1ick() Dim a As Single a=-1.234567 b=Int(A)c=Sgn(A)d=Abs(A)e=Fix(A)If a<b Then Print b: If a<c ThenPrint c; H a<d ThenPrint d; H a<e Then Print e; Print End sub 运行后输出结果是 ( )A.-2 -1 1.234 567 -1B.-2 1.234 567C.-1 1.234 567 -1D.-1 -1.234 567 -1

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

考题 下列程序的执行结果是______。 X=-6^2 Print Sgn(x)+Abs(x)+Int(x)A.-36B.1C.-1D.-72

考题 语句Print Sgn(-5^2)+Abs(-5^2)+int(-5^2)的输出结果是 ( ) A.-1B.35C.0D.6

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

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

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

考题 语句Print(a=2)And(b=-2)的输出结果是()A、TrueB、结果不确定C、-1D、False

考题 单选题语句Print(a=2)And(b=-2)的输出结果是()A TrueB 结果不确定C -1D False

考题 单选题语句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)的输出结果是()。