learn-python icon indicating copy to clipboard operation
learn-python copied to clipboard

GSSoc'24: Mini Project: BMI Calculator Project

Open devidutta-learn opened this issue 1 year ago • 2 comments

I'll implement it by:

  • Prompting user for weight and height (numbers).
  • Using formula: BMI = weight / (height in meters)^2.
  • Displaying calculated BMI and interpreting it.

devidutta-learn avatar May 12 '24 14:05 devidutta-learn

I would like to work on this issue. @animator please do allocate this issue to me. I would like to work on this by:

  • Asking the user for weight(metres) and height(kilograms)
  • Calculate BMI using the formula BMI=weight/(height^2)
  • Display BMI
  • Determine the BMI category based on the calculated value

The code can also be refined for unusual input and error handling

IshitaChoudhuri avatar May 12 '24 14:05 IshitaChoudhuri

could you pls assign this to me? ill make a responsive website with frontend and calculate and display bmi

tejasvinigoel avatar May 12 '24 15:05 tejasvinigoel