This comment is hidden because it contains spoiler information about the solution
The formula is right there:
Write function bmi that calculates body mass index (bmi = weight / height ^ 2).
^ 2 means square there.
^ 2
I'm not sure how to caculate bmi@@
Loading collection data...
This comment is hidden because it contains spoiler information about the solution
The formula is right there:
^ 2
means square there.I'm not sure how to caculate bmi@@