Skip to content

Commit 5a2653c

Browse files
Update bmiCalculator.js
1 parent 240e3c3 commit 5a2653c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bmiCalculator.js

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ function bmiCalculator(weight,height){
1515
return("Your BMI is " +bmi+ ". So, you are overweight.");
1616
}
1717

18+
return bmi;
1819
}
1920

2021

0 commit comments

Comments
 (0)