當前位置:首頁 » 編程語言 » 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);
}

熱點內容
apmserv資料庫 發布:2025-10-17 13:26:09 瀏覽:475
dota2機器人腳本哪個適合新手 發布:2025-10-17 13:25:57 瀏覽:180
linux重命名文件的命令 發布:2025-10-17 13:00:40 瀏覽:460
python飛機 發布:2025-10-17 13:00:38 瀏覽:716
普通電腦支持伺服器硬碟 發布:2025-10-17 12:52:54 瀏覽:499
hdpiandroid 發布:2025-10-17 12:51:23 瀏覽:278
配置高的東西有哪些 發布:2025-10-17 12:48:57 瀏覽:355
老安卓手機用什麼版本微信 發布:2025-10-17 12:39:45 瀏覽:393
四軸A軸編程 發布:2025-10-17 12:39:04 瀏覽:603
java關閉的連接 發布:2025-10-17 12:34:53 瀏覽:310