Embed presentation
Download to read offline

The document outlines the requirements for a Python program that calculates the Body Mass Index (BMI). It specifies that the program should take user inputs for height in meters and weight in kilograms, round the BMI to one decimal place, and use conditional statements to determine the BMI category. Finally, it requires the program to output both the calculated BMI and the corresponding range for the user.
