You are the nutritional coach for a local high school


Using PyCharm.

You are the nutritional coach for a local high school football team. You realize that some of the players are not up to par having returned from summer break. Realizing nutrition plays a key in a productive team, you decide to implement a Body Mass Index Program. Write a modularized Body Mass Index (BMI) Program which will calculate the BMI of a team player. The formula to calculate the BMI is as follows:

BMI = Weight *703 / Height^2

Note: Height^2 means, the value of Height raised to the power of 2.

Your program should utilize the following functions:

  • A method to obtain the weight of a player
  • A method to obtain the height of a player
  • A method to calculate the BMI of a player
  • A method to display the height, weight, and calculated BMI

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: You are the nutritional coach for a local high school
Reference No:- TGS01732999

Now Priced at $30 (50% Discount)

Recommended (97%)

Rated (4.9/5)