第十七周 專案3 胖子傷不起

2021-06-27 17:14:18 字數 707 閱讀 6746

問題及**:
/*

*all right reserved

*檔名:體重檢測

*作者;童宇

*完成日期:2023年月日

*版本號v1.0

*問題描述:檢測你是否偏重或偏瘦

*輸入描述:請按順序輸入:姓名,性別(男用m表示,女用f表示),身高(以cm為單位),體重(以kg為單位)

*程式輸出:輸出你的體重情況

*/#include using namespace std;

struct weight

;int main()

else if(a.weightstandedm*1.1)

else if(a.weightstandedm*0.9)

else if(a.weightstandedm*0.8)

else

}else

else if(a.weightstandedf*1.1)

else if(a.weightstandedf*0.9)

else if(a.weightstandedf*0.8)

else

}return 0;

}

執行結果:

第十七周專案3 胖子傷不起

檔名稱 test.cpp 完成日期 2014年 12月 20 日 版本號 v1.0 問題描述 計算判斷並輸出乙個人的體重情況 程式輸入 輸入姓名 性別 身高 cm 體重 kg 程式輸出 輸出體重情況 include using namespace std struct person int main...

17周專案3 胖子傷不起

問題及 檔名稱 test.cpp 作 者 尚 月 完成日期 2014年 12 月 22 日 版本號 v1.0 問題描述 輸入乙個人的姓名 性別 身高 體重,用一句人性味濃的話語輸出體重情況 輸入描述 輸入某人的姓名 性別 身高 體重 程式輸出 輸出其體重情況 include using namesp...

第17周專案3 胖子傷不起

問題及 檔名稱 weight.cpp 作 者 單昕昕 完成日期 2014年12月18日 版 本 號 v1.0 問題描述 根據身高體重,計算體重是否合格。程式輸入 姓名 性別 身高 體重。程式輸出 判斷結果。include using namespace std struct people int m...