Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
i had to read the instruction like 5 times haha
Your code sometimes creates an infinite loop.
Why is my code timing out ? My code passed the basic test as well as the 7 assertions done when attempting.
You are over-writing the given
height
andweight
arguments by prompting the user to enter values. This is not required in Codewars. Read this for more info on how to train katas on CodewarsThis comment is hidden because it contains spoiler information about the solution
Spoiler, I wasn't using the correct operator to work out the BMI. D'Oh!
This comment is hidden because it contains spoiler information about the solution