We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44482d8 commit 550d88cCopy full SHA for 550d88c
bmi-calculator/script.js
@@ -4,4 +4,5 @@ function bmi(){
4
let ans=w/(h/100*h/100);
5
let bmio=(ans.toFixed(2));
6
document.getElementById("result").innerHTML="Your BMI is "+bmio;
7
-}
+}
8
+
0 commit comments