<=Back
Write a program in Pascal language that prompts a user to enter weight in kilograms and height in meters. The program then computes Body Mass Index (BMI) using a function. The program then displays underweight when the BMI is less than 18, Normal when the BMI range is between 18 and 25, otherwise overweight. (Hint: BMI-Weight/(Height)^2)
 Viewed: 613 times
Share in: