题解 | #计算体重指数#

计算体重指数

https://www.nowcoder.com/practice/422f6341cf1b4212a7f8c703df111389

#include <stdio.h>

int main() {
    int height=0;
    int weight=0;
    double BMI=0.0;
    scanf("%d %d",&weight,&height);
    BMI=weight/(height*height/10000.0);
    printf("%.2lf",BMI);
    return 0;
}

c语言刷题 文章被收录于专栏

c语言刷题题目

全部评论

相关推荐

11-18 09:44
Java
小白也想要offer:简历别放洋屁,搞不还还放错了,当然你投外企除外,以上纯属个人观点
点赞 评论 收藏
分享
10-15 16:27
门头沟学院 C++
LeoMoon:建议问一下是不是你给他付钱😅😅
点赞 评论 收藏
分享
评论
1
收藏
分享
牛客网
牛客企业服务