Answer:
The correct answer for the given question is "Underweight"
Step-by-step explanation:
As the code is written in javascript , we see that var BMI hold the value 18,so In the if block we check the condition "18>18.5 " this condition is false so it executed the else block i.e it print " Underweight" .
So the correct answer for the following code is " Underweight"