if ( bmi <= 18.5 ) will return a value thus none of the following statements will be checked.
oh ye you are right my bad.
impossible
This won't actuall work properly. If you have 10 for example, all 3 options will be triggered
Loading collection data...
if ( bmi <= 18.5 ) will return a value thus none of the following statements will be checked.
oh ye you are right my bad.
impossible
This won't actuall work properly. If you have 10 for example, all 3 options will be triggered