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

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

语句“Print 55 * 5”的输出结果是()。

A.5

B.25

C.0

D.1


参考答案和解析
True
更多 “语句“Print 55 * 5”的输出结果是()。A.5B.25C.0D.1” 相关考题
考题 下列语句的输出结果是______。 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

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

考题 语句Print 5*5\5/5的输出结果是( )。 A、0B、 1C、 5D、25

考题 执行下列语句后,输出结果是______。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

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

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

考题 以下语句的输出结果是 Print Format$(123 5,"00,000.00")A.1234.5B.01,24.50C.01,234.5D.1,234.50

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

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

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

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

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

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

考题 语句Print5*5\5/5的输出结果是()A、5B、25C、0D、1

考题 下面语句的输出结果是()。x=10:y=3Print(x*y)/8A、5B、6C、3D、4

考题 语句Print"5*20"输出的结果是()A、"5*20"B、5*20C、出现错误信息D、100

考题 单选题下面语句的输出结果是()。x=10:y=3Print(x*y)/8A 5B 6C 3D 4

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

考题 单选题语句Print"5*20"输出的结果是()A 5*20B 5*20C 出现错误信息D 100

考题 单选题语句Print5*5\5/5的输出结果是()A 5B 25C 0D 1

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