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.
thread SleepWakeup and mutex
pseudo hw v.05
Null deref
C_141127_Matriz01
Bitfield and Union in C - strange results
Busqueda binaria version recursiva
PER problem 2
RadixSort
sort_using_pointers.c
Lab 8 part 2 v.05
Please log in to post a comment.