This was an early iOS learning project. Height and weight sliders feed a BMI calculation, and a second screen presents the result.
It uses Swift and UIKit, with the calculation separated from the view-controller code. The scope is deliberately small: input, calculation and passing a result between screens.
