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: 267 times For Better experience and learning,for video answers, after video ends playing, click next question in the questions list!!!