c语言bmi计算代码 下面是一个使用C语言编写的BMI计算代码的示例: c. #include <stdio.h>。 int main() {。 float weight, height, bmi; // 获取用户输入的体重和身高。 printf("请输入您的体重(单位,千克),"); scanf("%f", &weight); printf("请输入您的身高(单位,米),"); scanf("%f", &...
BMI体重指数计算C语言源代码#include<stdio.h> int main(void) { float h,w,BMI; printf("Enter your height:"); scanf("%f",&h); printf("Enter your weight:"); scanf("%f",&w); BMI=w/(h*h); printf("Your BMI is:%.2f\n",BMI);...
(Enter your weight:);scanf(%f,&w);BMI=w/(h*h);printf(Your BMI is:%.2fn,BMI); if(18.5=BMI&BMI=23.9) printf( 恭喜你身材棒棒哒! n);if(BMI18.5)printf( 你的体重太轻咯! n); if(23.9BMI&BMI28.0) printf( 你有点超重哦! n);if(28.0=BMI&BMI32.0)printf( 你这个超级大胖子! n);...
BMI体重指数计算C语言源代码.doc,#includestdio.h int main(void) { float h,w,BMI; printf(Enter your height:); scanf(%f,h); printf(Enter your weight:); scanf(%f,w); BMI=w/(h*h); printf(Your BMI is:%.2f\n,BMI); if(18.5=BMIBMI=23.9) printf(恭喜你身材棒棒哒!\n
BMI体重指数计算C语言源代码 #include<stdio.h> int main(void) { float h,w,BMI; printf("Enter your height:"); scanf("%f",&h); printf("Enter your weight:"); scanf("%f",&w); BMI=w/(h*h); printf("Your BMI is:%.2f\n",BMI);...
BMI体重指数计算C语言源代码#include<stdio.h> int main(void) { float h,w,BMI; printf("Enter your height:"); scanf("%f",&h); printf("Enter your weight:"); scanf("%f",&w); BMI=w/(h*h); printf("Your BMI is:%.2f\n",BMI);...
BMI体重指数计算C语言源代码 #include<stdio.h> int main(void) { float h,w,BMI; printf("Enter your height:"); scanf("%f",&h); printf("Enter your weight:"); scanf("%f",&w); BMI=w/(h*h); printf("Your BMI is:%.2f\n",BMI); if(18.5<=BMI&&BMI<=23.9) printf("恭喜你身材棒...
bmi体重指数计算c语言源代码 #include<stdio.h> int main(void) { float h,w,BMI; printf("Enter your height:"); scanf("%f",&h); printf("Enter your weight:"); scanf("%f",&w); BMI=w/(h*h); printf("Your BMI is:%.2f\n",BMI); if(18.5<=BMI&&BMI<=23.9) printf("恭喜你身材...
BMI体重指数计算C语言源代码return精品感谢下载载精品感谢下载载欢迎您的下载资料仅供参考 #include<stdio.h> int main(void) { float h,w,BMI; printf("Enter your height:"); scanf("%f",&h); printf("Enter your weight:"); scanf("%f",&w); BMI=w/(h*h); printf("Your BMI is:%.2f\n",...