+ 1
Can any one tell me what's wrong with my code
Solving problems on BMI calculator and my one test case is fail https://code.sololearn.com/cmh1WDB4725v/?ref=app
3 Respuestas
+ 6
"Overwieght"
^
Change it to "Overweight".
+ 2
Thanks pranav it's work
I have wasted my many time just finding the error and it's just spelling mistake
0
Hi sachin, The problem that you may be facing is that you should go to top right corner menu of the code ui and select slim ui for better ouput display.
The 2nd problem is tabs in your code.
You should leave at least 4 space tab after each if else statement.
Hope after this your code will work!