C++ Metric Converter       C++ Logo

This was a simple C++ programming project that converts metric measurements (height in centimeters and weight in kilograms) to imperial measurements (height in feet and inches, weight in pounds). It was developed based on an earlier Python project I created, and it was a great exercise in understanding how to implement similar logic in C++.

Loading code...