Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
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.
Spring 2017 Project 2 v1.5
Exm
Lab 8 part 2 v.05
Project 3 Part 1 v1.7
project menu
PRÁCTICA DE QUICKSORT
B_141212_IntercambiarPunteros
sreesasu
program
fibonacci
stackse - search stackoverflow differently
Please log in to post a comment.