Description
Design a modular program that calculates and displays a person with a sedentary lifestyle is overweight or underweight for his or her height. A person's BMI is calculated with the following formula: BMI=Weight*703/Height^2
Please write the pseudocode for this program
