Designing basic bmi calculator


Question:

Designing Basic BMI Calculator

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, as a Microsoft Word Document, the following:

1. Flowchart
2. Pseudocode

Make sure to use meaningful variable names and thoroughly comment your code where appropriate.

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: Designing basic bmi calculator
Reference No:- TGS01936347

Now Priced at $20 (50% Discount)

Recommended (95%)

Rated (4.7/5)