• 2021-04-14 问题

    以下程序的输出结果是。 #include main() {float a=123.456;double b=8765.4567; printf("(1)%f\n",a); printf("(2)%14.3f\n",a); printf("(3)%6.4f\n",a); printf("(4)%lf\n",b); printf("(5)%14.3lf\n",b); printf("(6)%8.4lf\n",b); printf("(7)%.4lf\n",b); }

    以下程序的输出结果是。 #include main() {float a=123.456;double b=8765.4567; printf("(1)%f\n",a); printf("(2)%14.3f\n",a); printf("(3)%6.4f\n",a); printf("(4)%lf\n",b); printf("(5)%14.3lf\n",b); printf("(6)%8.4lf\n",b); printf("(7)%.4lf\n",b); }

  • 2022-06-04 问题

    设有定义: double x;,以下选项中不能将输入数据3.14读入赋给变量x的是( )。 A: scanf("%4.2f",&x); B: scanf("%lf",&x); C: scanf"("%le",&x); D: scanf("%4lf",&x);

    设有定义: double x;,以下选项中不能将输入数据3.14读入赋给变量x的是( )。 A: scanf("%4.2f",&x); B: scanf("%lf",&x); C: scanf"("%le",&x); D: scanf("%4lf",&x);

  • 2022-05-26 问题

    能把值3输入给变量a,4输入给变量b,5输入给变量c的语句是( )。[br][/br](2.0) A: scanf("%d%f%lf", &a,&b,&c); B: scanf("%d%lf%lf", &a,&b,&c); C: scanf("%d%f%f", &a,&b,&c); D: scanf("%lf%lf%lf", &a,&b,&c);

    能把值3输入给变量a,4输入给变量b,5输入给变量c的语句是( )。[br][/br](2.0) A: scanf("%d%f%lf", &a,&b,&c); B: scanf("%d%lf%lf", &a,&b,&c); C: scanf("%d%f%f", &a,&b,&c); D: scanf("%lf%lf%lf", &a,&b,&c);

  • 2022-06-04 问题

    108) 设有定义:double x;,以下选项中不能将输入数据3.14读 入赋给变量x的是 A: scanf("%4lf",&x); B: scanf("%lf",&x); C: scanf("%le",&x); D: scanf("%4.2f",&x);

    108) 设有定义:double x;,以下选项中不能将输入数据3.14读 入赋给变量x的是 A: scanf("%4lf",&x); B: scanf("%lf",&x); C: scanf("%le",&x); D: scanf("%4.2f",&x);

  • 2022-06-16 问题

    离子选择电极法测定范围为() A: A10<sup>-1</sup>~10<sup>-6</sup>mol/LF<sup>-</sup> B: B10<sup>-2</sup>~10<sup>-5</sup>mol/LF<sup>-</sup> C: C10<sup>-3</sup>~10<sup>-4</sup>mol/LF<sup>-</sup> D: D10<sup>-1</sup>~10<sup>-5</sup>mol/LF<sup>-</sup> E: E10<sup>-1</sup>~10<sup>-4</sup>mol/LF<sup>-</sup>

    离子选择电极法测定范围为() A: A10<sup>-1</sup>~10<sup>-6</sup>mol/LF<sup>-</sup> B: B10<sup>-2</sup>~10<sup>-5</sup>mol/LF<sup>-</sup> C: C10<sup>-3</sup>~10<sup>-4</sup>mol/LF<sup>-</sup> D: D10<sup>-1</sup>~10<sup>-5</sup>mol/LF<sup>-</sup> E: E10<sup>-1</sup>~10<sup>-4</sup>mol/LF<sup>-</sup>

  • 2022-06-19 问题

    若有定义:double a, b, c;能正确给a,b,c输入数据的语句是( ) A: scanf(" %lf %lf %lf",&amp;a, &amp;b, &amp;c ); B: scanf(" %f %f %f",&amp;a, &amp;b, &amp;c ); C: scanf(" %lf %lf %lf",a, b, c ); D: scanf(" %lf %lf %lf" &amp;a, &amp;b, &amp;c );

    若有定义:double a, b, c;能正确给a,b,c输入数据的语句是( ) A: scanf(" %lf %lf %lf",&amp;a, &amp;b, &amp;c ); B: scanf(" %f %f %f",&amp;a, &amp;b, &amp;c ); C: scanf(" %lf %lf %lf",a, b, c ); D: scanf(" %lf %lf %lf" &amp;a, &amp;b, &amp;c );

  • 2022-06-16 问题

    离子选择电极法测定范围为() A: 10~10mol/LF B: 10~10mol/LF C: 10~10mol/LF D: 10~10mol/LF E: 10~10mol/LF

    离子选择电极法测定范围为() A: 10~10mol/LF B: 10~10mol/LF C: 10~10mol/LF D: 10~10mol/LF E: 10~10mol/LF

  • 2022-06-19 问题

    工作A有四项紧后工作B、C、D、E,其持续时间分别为:B=3d、C=4 d、D=8 d、E=8 d,LF B= 10 d、LFc=12 d、LF D=13 d、LF E=15 d,则LF A为( )。 A: 4d B: 8d C: 7d D: 5d

    工作A有四项紧后工作B、C、D、E,其持续时间分别为:B=3d、C=4 d、D=8 d、E=8 d,LF B= 10 d、LFc=12 d、LF D=13 d、LF E=15 d,则LF A为( )。 A: 4d B: 8d C: 7d D: 5d

  • 2021-04-14 问题

    ) void main() { double x,y; scanf('%lf%lf',

    ) void main() { double x,y; scanf('%lf%lf',

  • 2022-06-05 问题

    若有定义int a;float b;double c;程序运行时输入:34 5&#91;回车&#93;能把3输入给变量a、 4输入给变量b、 5输入给变量c的语句是 A: scanf(“%d%f%f”,&a,&b,&c); B: scanf(“%d%lf%f”,&a,&b,&c); C: scanf(“%d%lf%lf”,&a,&b,&c); D: scanf(“%f%f%lf”,&a,&b,&c);

    若有定义int a;float b;double c;程序运行时输入:34 5&#91;回车&#93;能把3输入给变量a、 4输入给变量b、 5输入给变量c的语句是 A: scanf(“%d%f%f”,&a,&b,&c); B: scanf(“%d%lf%f”,&a,&b,&c); C: scanf(“%d%lf%lf”,&a,&b,&c); D: scanf(“%f%f%lf”,&a,&b,&c);

  • 1 2 3 4 5 6 7 8 9 10