Writing a nested function: BMI calculation Write a nested function CalculateBMI that assigns bmiValue given a user's weight and height. Use the following equations to calculate the BMI.
BMI = weight in Ilb.703/height in inches²