语句PrintAbs(-6^2)+Int(-6^2)的输出结果是()。
A. 0
B. 1
C. -1
D. -72
语句PrintFormat(“HelloWorld”,“>”)的输出结果是()。
A. helloWORLD
B. helloworld
C. HELLOWORLD
D. HELLOworld
声明符号常量应该用关键字()。
A. Static
B. Const
C. Private
D. Variant
执行x$=String(6,"124abc")后,x的值是()。
A. 124abc
B. 111111
C. 124
D. abc