Your Perfect Assignment is Just a Click Away
We Write Custom Academic Papers

100% Original, Plagiarism Free, Customized to your instructions!

glass
pen
clip
papers
heaphones

University of the District of Columbia Programming Essentials Paper

University of the District of Columbia Programming Essentials Paper

University of the District of Columbia Programming Essentials Paper

ou 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.
Write 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 / Height^2
Note: Height^2 means, the value of Height raised to the power of 2.
Your program should utilize the following functions:
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 height, weight, and calculated BMI
For this project:
You will submit your python code in either the original .py file, or copied into a .txt file.
A screenshot of your code having been executed (run). How to Take a Screenshot
Tips: Remember, changing a value that has been passed into a function does not change the original value. Data passed into functions are only copies of the original value.
Remember to follow the guidelines of good program design. Make sure to use meaningful variable names, include comments as needed, and provide thoughtful output.
Remember, while you can pass as many arguments into a function as you want, but a function can only return one thing at a time. Ideally, to use a function to modify a variable or object, you will pass that object into the function, along with any other needed information to make the modifications, make the modifications to the new local copy of the object inside of the function, and then return the modified object. Thus, you will overwrite the original object with the returned modified object.
example 1: object1 = modifyFunction( object1 ) #returns modified object1
example 2: object1 = modifyFunction( object1, newData ) #returns modified object1
Example output:
C:>python week3.py
Welcome to the BMI Index Calculator.
Please begin by entering the student’s name, or 0 to quit: Nathan
Please enter student’s height in inches: 70
Please enter student’s weight in pounds: 135
Nathan “˜s BMI profile:
–––––––-
Height: 70″³
Weight: 135 lbs.
BMI Index: 19.4
Enter next student’s name or 0 to quit: Toby
Please enter student’s height in inches: 73
Please enter student’s weight in pounds: 310
Toby “˜s BMI profile:
–––––––-
Height: 73″³
Weight: 310 lbs.
BMI Index: 40.9
Enter next student’s name or 0 to quit: 0
Exiting program”¦

“Place your order now for a similar assignment and have exceptional work written by our team of experts, guaranteeing you A results.”

Order Solution Now

Our Service Charter

1. Professional & Expert Writers: Topnotch Essay only hires the best. Our writers are specially selected and recruited, after which they undergo further training to perfect their skills for specialization purposes. Moreover, our writers are holders of masters and Ph.D. degrees. They have impressive academic records, besides being native English speakers.

2. Top Quality Papers: Our customers are always guaranteed of papers that exceed their expectations. All our writers have +5 years of experience. This implies that all papers are written by individuals who are experts in their fields. In addition, the quality team reviews all the papers before sending them to the customers.

3. Plagiarism-Free Papers: All papers provided byTopnotch Essay are written from scratch. Appropriate referencing and citation of key information are followed. Plagiarism checkers are used by the Quality assurance team and our editors just to double-check that there are no instances of plagiarism.

4. Timely Delivery: Time wasted is equivalent to a failed dedication and commitment. Topnotch Essay is known for timely delivery of any pending customer orders. Customers are well informed of the progress of their papers to ensure they keep track of what the writer is providing before the final draft is sent for grading.

5. Affordable Prices: Our prices are fairly structured to fit in all groups. Any customer willing to place their assignments with us can do so at very affordable prices. In addition, our customers enjoy regular discounts and bonuses.

6. 24/7 Customer Support: At Topnotch Essay, we have put in place a team of experts who answer to all customer inquiries promptly. The best part is the ever-availability of the team. Customers can make inquiries anytime.