sam-tripathi / Defeat-JAVA

It is a repositry consisting of java tutorials,projects, Data Structures and Algorithm, Roadmap Questions and Problems with Solution . Building a FREE Resources for java learners
16 stars 61 forks source link

Added BMI Calculator #33

Closed LiQuiD-404 closed 2 years ago

LiQuiD-404 commented 2 years ago

Closes #9 Added a simple java program which can calculate a person's BMI based on his height and weight.

The program can work in both the SI unit system and the CGS unit system.

Screenshot: Screenshot 2022-10-03 134046

LiQuiD-404 commented 2 years ago

@sam-tripathi Made the necessary changes. Kindly review.

sam-tripathi commented 2 years ago

Great impressive work