当前位置:首页 » 编程语言 » mooc答案c语言

mooc答案c语言

发布时间: 2023-09-11 17:28:26

Ⅰ 中国大学moocc语言程序设计苏小红课程实验题为什么总是显示结果错误

#include <stdio.h>
main()
{
char sex,sports,diet;
float faHeight,moHeight,yourHeight;
printf("sex F or M: , fatherHeight and motherHeight: ,
Whether like sports Y or N: , Whether have good diet Y or N:\n");
scanf("%c,%f,%f,%c,%c",sex,faHeight,moHeight,sports,diet);
if (sex=='F'){
if (sports=='Y'){
if (diet=='Y'){
yourHeight=(faHeight*0.923+moHeight)*0.54*1.02*1.15;
}
else{
yourHeight=(faHeight*0.923+moHeight)*0.54*1.02;
}
}
else{
if (diet=='Y'){
yourHeight=(faHeight*0.923+moHeight)*0.54*1.15;
}
else{
yourHeight=(faHeight*0.923+moHeight)*0.54;
}
}
}
else {
if (sports=='Y'){
if (diet=='Y'){
yourHeight=(faHeight+moHeight)*0.5*1.02*1.15;
}
else{
yourHeight=(faHeight+moHeight)*0.5*1.02;
}
}
else{
if (diet=='Y'){
yourHeight=(faHeight+moHeight)*0.5*1.15;
}
else{
yourHeight=(faHeight+moHeight)*0.5;
yourHeight=(faHeight+moHeight)*0.5;
}
}
}
printf("yourHeight is %f cm",yourHeight);
}

热点内容
战地5默认是什么服务器 发布:2025-09-18 17:59:32 浏览:296
安卓变ios系统主题怎么弄 发布:2025-09-18 17:54:07 浏览:875
linux出口ip 发布:2025-09-18 17:51:57 浏览:936
androidbitmap使用 发布:2025-09-18 17:49:20 浏览:230
数字日期加密 发布:2025-09-18 17:43:46 浏览:495
网吧电脑显示未连接上桌面服务器 发布:2025-09-18 17:37:17 浏览:693
电脑压缩文件怎么解压 发布:2025-09-18 17:27:59 浏览:383
数据库数据类型表 发布:2025-09-18 17:11:56 浏览:27
java如何生产执行bat脚本 发布:2025-09-18 16:53:25 浏览:556
湖北的服务器地址是多少 发布:2025-09-18 16:51:09 浏览:488