Subject: Opearating System Write a bash shell script which calculate BMI (Body Mass Intensive). “The BMI formula uses your weight (in kg or pounds) and your height (in meters or inches) to form a simple calculation that provides a measure of your body fat.” HINT: BMI= Weight (Kg) / Height (m) 2 Show the following Categorizations according to the BMI BMI BMI Category Less than 15 Very severely underweight Between 15 and 16 Severely underweight Between 16 and 18.5 Underweight Between 18.5 and 25 Normal (healthy weight) Between 25 and 30 Overweight Between 30 and 35 Moderately obese Between 35 and 40 Severely obese Over 40 Very severely obese. Solve as soon as possible in 30 minutes.
Subject: Opearating System
Write a bash shell script which calculate BMI (Body Mass Intensive).
“The BMI formula uses your weight (in kg or pounds) and your height (in meters or inches) to form a simple calculation that provides a measure of your body fat.”
HINT: BMI= Weight (Kg) / Height (m) 2
Show the following Categorizations according to the BMI
BMI
BMI Category
Less than 15
Very severely underweight
Between 15 and 16
Severely underweight
Between 16 and 18.5
Underweight
Between 18.5 and 25
Normal (healthy weight)
Between 25 and 30
Overweight
Between 30 and 35
Moderately obese
Between 35 and 40
Severely obese
Over 40
Very severely obese.
Solve as soon as possible in 30 minutes.
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 1 images