โ Back to If Statements
Question 348
BMI Category (Input)
BMI Category (Input)
Read anintcalledbmifrom standard input and print its category using an if / else-if chain: below18printsUnderweight;18to24(inclusive) printsNormal;25to29(inclusive) printsOverweight;30or above printsObese. For the input22the output is: Normal
Expected Output:
Normal
Topics:
If Statements
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (sysout, psvm, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.