Written Assignment: Body Mass Index Program You are the nutritional coach for a
ID: 3627012 • Letter: W
Question
Written Assignment: Body Mass Index ProgramYou 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.
Design 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/Height2
Your program should contain the following:
• 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 calculated BMI
• A main method
You are to submit, as a Microsoft Word Document, the following for this assignment:
1. Pseudocode
Remember to follow the guidelines of good program design. Make sure to use meaningful variable names and thoroughly comment each line of your code. You may only use techniques learned in Chapters 1-6.
Explanation / Answer
Dear here is the program u asked for any questions message me PLEASE RATE #include using namespace std; void getweight(double &n) { coutRelated Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.