C語言:控制結構與流程圖

任務代碼:優化 #include <stdio.h> #include <math.h> int main() { float fHeight,fStandar_Weight,fActual_Weight; printf("此運用的目的是檢測你體重是否處於正常範圍!\n"); printf("請輸入你的身高(cm):\n"); scanf("%f",&fHeight); printf(
相關文章
相關標籤/搜索