下列程序段的输出结果是( ) 。a=10: b=10000: x=logB、/logA、: Print "lg(10000)=";xA、lg(10000)=5B、lg(10000)=4C、4D、5

下列程序段的输出结果是( ) 。

a=10: b=10000: x=logB、/logA、: Print "lg(10000)=";x

A、lg(10000)=5

B、lg(10000)=4

C、4

D、5


相关考题:

若有如下程序:public class Test {public static void main (String[] args) {int x=20;if (x>10) System.out.print(x-=5);if (x>5) System.out.print(x--);}}则程序运行后的输出结果是【 】。

写出程序段对应的输出结果 int x = 125; System.out.print(x%10);

执行下列程序段,输出的结果是____________。 x = 7.0 y = 5 print(x % y)A.2.0B.2C.1.0D.1

下列程序段的输出结果是___________。x = 0 def fun(y): y = 1 fun(x) print(x)A.0B.1C.2D.3

写出程序段对应的输出结果 int x = 125; System.out.print(x/10);

以下程序的输出结果为: n = pow(3, pow(3, 3), 10000) print(n)A.3B.27C.4987D.10000

4、执行下列程序段,输出的结果是____________。 x = 7.0 y = 5 print(x % y)A.2.0B.2C.1.0D.1

以下程序段运行后的输出结果为_____。 double x=5.16894; printf(“%fn“,(int)(x*10000+0.5)/(double)10000);A.5.169000B.5.175000C.5.168900D.5.168000

3、下列程序段的输出结果是___________。x = 0 def fun(y): y = 1 fun(x) print(x)A.0B.1C.2D.3