Purchase Solution

Designing Basic BMI Calculator

Not what you're looking for?

Ask Custom Question

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.

Purchase this Solution

Solution Summary

This posting contains a flowchart that traces the BMI calculator code as well as the pseudocode that can be used to contruct the actual methods.

Purchase this Solution


Free BrainMass Quizzes
Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

C++ Operators

This quiz tests a student's knowledge about C++ operators.