Design a modularized Body Mass Index (BMI) Program in Python 2.7 which will calculate the BMI of the user. The formula to calculate the BMI is as follows:
BMI = Weight *703/Height^2
Your program design must contain the following:
Guide on how to complete the assignment
So, for the assignment everything starts in the main method. You will need to start by creating three variables within the main: userWeight, userHeight, and BMI). Set the value for each to 0. Then, call the getWeight function and pass the userWeight variable as a parameter. In that function, ask the user to enter their weight. Use the input function to do this and store the result in a variable called whatever you want (e.g. userWeight). The following site shows how to use the input function: http://anh.cs.luc.edu/python/hands-on/3.1/handsonHtml/io.html. The last thing you will need to do in getWeight is return the weight variable back to the main method using the return keyword (this is in the reading material). Then, from the main method again, call the getHeight function and pass the userHeight variable. In that function, ask the user to enter their height. Store the result in the userHeight variable and return it back to the main (the same way you did in userWeight). Now, you can calculate the BMI. From the main method, call calculateBMI but you will need to pass the height and weight variables (userHeight and userWeight) as well as the BMI variable (BMI). In calculateBMI, use the formula above to calculate the BMI and store the result in the BMI variable. Return the BMI variable to the main method. Now that you’re back in the main method, all you have left to do is output the result. Call displayBMI and pass the BMI variable as a parameter. In displayBMI, output the BMI variable using a simple print statement.
Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.
You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.
Read moreEach paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.
Read moreThanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.
Read moreYour email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.
Read moreBy sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.
Read more