##BMI Calculator
1. Accept the height in meters from input.
2. Accept the weight in kilograms from input.
3. Use a function that includes the below functionality.
1. Takes height and weight as arguments.
2. The function should implement BMI calculation.
3. Should return BMI value
4. Based on this value, write if statements to classify a person is obese, skinny or normal.