BMI Calculator This script calculates the Body Mass Index (BMI) based on user input. BMI Formula: BMI = weight / (height ** 2) Usage Run the script and follow the prompts to input weight and height.