Body mass index

Write a program to calculate body mass index in imperial format (USA). You may use the equation below labeled USA. Use variables the represent the different components of the equation. Hard code the data in the source code, no need to ask for user input. Upload your .java file only. You may use the NIH’s calculator to check your result.

BMI equation

This material is based on materials provided by: Evan Jones, Adam Marcus, and Eugene Wu. 6.092 Introduction to Programming in Java, January IAP 2010. (Massachusetts Institute of Technology: MIT OpenCourseWare), http://ocw.mit.edu (Accessed 22 Jun, 2016). License: Creative Commons BY-NC-SA