#beginner
Read more stories on Hashnode
Articles with this tag
This is a program written in C to calculate your BMI after you have entered your weight and height ยท #include <stdio.h> /** * BMI = weight_kg /...