Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/himalayasingh3/bmi-calculator-using-cpp


https://github.com/himalayasingh3/bmi-calculator-using-cpp

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

BMI Calculator
Overview
This is a simple BMI (Body Mass Index) Calculator written in C++. It allows users to input their weight and height to calculate their BMI and determine their weight category based on the BMI value.

Features
Calculate BMI based on user input (weight and height).
Determine the weight category (Underweight, Normal weight, Overweight, Obesity) based on the calculated BMI.
Prerequisites
A C++ compiler.