根据父母的身高预测儿子的身高,编码在visual2017中无法运行成功
发表在C语言图书答疑 2019-02-15 《零基础学C语言》第1章 C语言概述 16页-17页
是否精华
版块置顶:

#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;

}

显示

错误 C4996 'scanf': This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. heg g:\c\练习\heg\heg\heg.c 12

错误 C4996 'scanf': This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. heg g:\c\练习\heg\heg\heg.c 15


警告 C4244 “初始化”: 从“double”转换到“float”,可能丢失数据 heg g:\c\练习\heg\heg\heg.c 25


2019-02-15 15:04:42编辑
分享到:
精彩评论 2
时间催老人
学分:229 LV4
2019-02-15
沙发

height()中改一下:float son = (father + mother)*(float)HEG;

也许吧!

李木子
学分:2954 LV11
2019-02-18
板凳

你好

  将scanf改为scanf_s

首页上一页 1 下一页尾页 2 条记录 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经营性网站备案信息 营业执照