#include <stdio.">
当前位置:首页 > C语言开发工程师 > 正文内容

以下程序的输出结果是______。
#include <stdio.

以下程序的输出结果是______。
#include <stdio.h>
#include <math.h>
Main() {
Int a=1,b=4,c=2;
Float x=10.5,y=4.0,z;
Z=(a+b)/c+sqrt((double)y)*1.2/c+x;
Printf("%f\n",z);
}

A.14.000000

B.15.400000

C.13.700000

D.14.900000

正确答案是C

扫描二维码免费使用微信小程序搜题/刷题/查看解析。

版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。

本文链接:https://www.20230611.cn/post/3214538.html