Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
B_141125_MenorMayor
Area of the Cone
DUE TUESDAY
18BCE2182 ASSESS_2 Q2
simple insertion sort
18BCE2182 ASSESS_1 Q1-7
3D ..
strcpy template
Array non repeated alphabets
Project 3 Part 1 v1.2
Please log in to post a comment.