Bmi calculator using Qt c++ toolkit.
Take input as user Weight
in kg and Height
in m
You can use both the cli and QtCreator to build this project.
>> git clone https://github.com/uxlabspk/BMI.git
>> mkidr build && cd build
>> qmake ..
>> make
>> ./BMI
Download or clone the project.
Open the project using qtcreator.
Run or Build it using Ctrl + R
or Ctrl + Shift + B