#bmi
Read more stories on Hashnode
Articles with this tag
#include <stdio.h> int main() { double weight; double height; printf("Enter your Weight in kilograms: "); scanf("%lf", &weight); ...