BMI Calculator is a program written in C programming language. It is a command line interface programme. It
calculates the bmi
of a person by taking height and weight of the person. It is a beginner freindly programme.
Since, C is a compiled language it can be used without installing any other packages, but it won't work for
Android and IOS. First visit my Github Page. Then select my BMI calculator
repository.
Now click the code button and download the file as a zip file. Extract the zip file and open the
bmi_calculator.exe file and there you go.