Today I completed the “Calculate BMI” kata on Codewars!
When I was writing the code and ran it, I at first was struggling about why it wasn’t working. Then I re-read the instructions and found that the height variable was meant to be a float. So I retyped the code and it worked!
Reading the instructions all the way before you start programming can make all the difference.