题解 | #判断体重指数#

判断体重指数

https://www.nowcoder.com/practice/688f96cc38bb4a76996698d2f987b1b5

继续if else判断 在运用逻辑运算

    double heightin.nextDouble();

            double weightin.nextDouble();

            double bodx = weight / (height * height); 

            if ( bodx < 18.5){

                System.out.println("偏瘦");

            }else if (bodx >= 18.5 && bodx < 20.9){

                System.out.println("苗条");

            }else if (bodx >= 20.9 && bodx < 24.9){

                System.out.println("适中");

            }

            if (bodx >= 24.9){

                System.out.println("偏胖");

            }

全部评论

相关推荐

牛客5655:其他公司的面试(事)吗
点赞 评论 收藏
分享
10-15 15:00
潍坊学院 golang
跨考小白:这又不是官方
投递拼多多集团-PDD等公司10个岗位
点赞 评论 收藏
分享
11-28 17:48
中山大学 C++
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务