gkbxbb9836 gkbxbb9836 08-04-2024 Computers and Technology contestada 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²