已有17人关注
怎么说呢 我也不知道怎么了 树上有问题还是我有问题
发表在C++图书答疑 2020-05-15 《零基础学C++》第1章 初识C++ 16页-18页
是否精华
版块置顶:

书上第二十五行代码

 float son=(father+mother)*HEG;


我一直被报错无法运行

从昨天下午开始苦恼到现在

解决了


用了

double son=(father+mother)*HEG;

可以运行了 -。-

问题出在哪里啊



#include<stdio.h>

#define HEG 0.54

float height(float father,float mother);


int main()

{


    float father;

float mother;

float son;


printf("请输入父亲的身高:\n");

scanf("%f",&father);


printf("请输入母亲身高:\n");

scanf("%f",&mother);

son=height(father,mother);

printf("预测儿子身高:");

printf("%.2f\n",son);

return 0;

}

float height(float father,float mother)

{        

    double son=(father+mother)*HEG;

         return son;

}




#include<stdio.h>

#define HEG 0.54

float height(float father,float mother);


int main()

{


    float father;

float mother;

float son;


printf("请输入父亲的身高:\n");

scanf("%f",&father);


printf("请输入母亲身高:\n");

scanf("%f",&mother);

son=height(father,mother);

printf("预测儿子身高:");

printf("%.2f\n",son);

return 0;



}


float height(float father,float mother)

{        

    float son=(father+mother)*HEG;

         return son;

}

这个就被报错了

分享到:
精彩评论 1
李木子
学分:2954 LV11
2020-05-24
沙发

你好:

  我这里运行是好使的啊image.png

我复制了你的代码 改了&符号 就好使了

首页上一页 1 下一页尾页 1 条记录 1/1页
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照