以下程序的运行结果是( )。a=123.456 b=100 c=int(a)+b print(c)
A: 123.456
B: 223.456
C: 223
D: 23.456
A: 123.456
B: 223.456
C: 223
D: 23.456
举一反三
- 如下程序的输出结果是______。 n=-123.456 STR(n) A: -123 B: -123.456 C: 123 D: 456
- 函数INT(LEN(“123.456”))的结果是 【6】 。
- Val("123.456")=( )。 A: 123.456 B: 123 C: 456 D: "123.456"
- Which statement prints the floating-point value 123.456 right justified with a field width of 10? ( ) A: System.out.printf("%d10.3", 123.456); B: System.out.printf("%10.3d", 123.456); C: System.out.printf("%f10.3", 123.456); D: System.out.printf("%10.3f", 123.456);
- 执行下列命令: XYZ=123.456 CH=’XYZ’ INT(&CH) 命令输出的值为______。 A: 0 B: 123.456 C: 123 D: 出错