Design a modularized body mass index bmi program which will


Body Mass Index Program

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.

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 design 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 the following for the assignment:

RAPTOR file with the flowchart of  your working program.  Make sure you run it to make sure it is error free and does what it is supposed to do.

Use the generate dropdown to create example C++ code based on your working logical flow chart.   Also attached the code in a Microsoft Word file or a text file.

Remember to follow the guidelines of good program design. Make sure to use meaningful variable names and include comments as needed.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Design a modularized body mass index bmi program which will
Reference No:- TGS01082985

Expected delivery within 24 Hours