Fitness & Health
You must have Calculo installed on your device to try this template.
BMI calculator
Content
weight = (input Weight) to kg
height = (input Height) to meter
bmi = @(weight / height ^ 2)
output bmi
Description
A BMI (Body Mass Index) Calculator is a simple and user-friendly tool designed to help individuals assess their body weight relative to their height. The calculator takes two key inputs: weight and height. By applying a standard formula, the tool calculates the BMI, which provides an estimate of whether an individual is underweight, normal weight, overweight, or obese based on established categories.