当前位置: 答题翼 > 问答 > 计算机类考试 > 正文
目录: 标题| 题干| 答案| 搜索| 相关
问题

以下语句print format(32548.5,"000, 000.00")的输出结果是()A. 32548.5B.32


以下语句

print format(32548.5,"000, 000.00")

的输出结果是()

A. 32548.5

B.32,548.5

C.032,548.50

D.32548.50

参考答案
您可能感兴趣的试题
  • 以下语句:PrintFormat$(32548.5,"000,000.00")输出结果是()A. 32548.5B.32,

  • 执行如下两条语句后,窗体上显示的是 。a=9.8596print Format(a,"$00,00.00")A.0,009.86 B.$9.8

  • Print Format(1234.56 ”.”)语句的输出结果是A.123.4B.1234.6C.1234.5S

  • 以下语句的输出结果是 ______。Print Format$(32548.5 00 000.00)A.32548.5B.32 548.5C.3254

  • 以下语句的输出结果是a=Sqr(3)Print Format(a $$####.###)A.$1.732B.$$1.732C.$1732D.$$0001.7

  • 语句Print Format()是