1016: if/else_2
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:521
Solved:92
Description
please design a program with two inputs:weight(kg) and height(m), and output the category according to the table below:
BMI(kg/m^2) Category <18.5 underweight >=18.5,<25 normal range >=25,<30 overweight >30 obese
Sample Input Copy
50
165
Sample Output Copy
underweight