Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
BMI Calc CT
//gcc 5.4.0 #include <stdio.h> int main(void) { double weight; double height; scanf("%lf%lf",&weight,&height); double newheight; double footconv=0.3048; double BMI; newheight= height*footconv; BMI= (weight/newheight)/newheight; printf("%lf\n",BMI); return 0; }
run
|
edit
|
history
|
help
0
Rudra
300
How strxpy work
TopTriangle.c
Shapes and such
B_141202_PALINDROMO
18BCE2182 ASSESS_1 Q1-6
a
Goodone pointer minus void pointer
lab 12 v1