Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/himalayasingh3/bmi-calculator-using-cpp
https://github.com/himalayasingh3/bmi-calculator-using-cpp
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/himalayasingh3/bmi-calculator-using-cpp
- Owner: HimalayaSingh3
- Created: 2024-07-05T17:54:11.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-05T17:59:02.000Z (6 months ago)
- Last Synced: 2024-07-05T23:21:06.564Z (6 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.