Question: This needs to be done in JAVA Do Programming Project 1. from Savitch 6e page 54. Follow the coding example of Display 1.8 p. 47


This needs to be done in JAVA
Do Programming Project 1. from Savitch 6e page 54. Follow the coding example of Display 1.8 p. 47 for programming style. You may add additional comments as you feel may be helpful. Create a simple flow chart to represent the design of your program. Take note that this would be a program that would benefit from the use of declaring CONSTANTS (see Savitch p. 47 or 48), so you are to use at least two constants declared according to the example on that page, as exemplified in Display 1.8 p. 47 of Savitch. Note that the constant declaration is input BEFORE the main method is defined. It is OUTSIDE of that method. Note that you will need to convert pounds to kilograms as part of this program and you will be summing the calories burned for the three activities to yield that total calories burned for the 150-pound person. Programming Projects 1. Body Mass Index (BMI) helps in specifying the weight category a person belongs to, depending on their body weight. BMI is estimated using the fol- lowing formula: BMI = Weight in kilograms (Height in meters) Write a program that calculates and outputs the BMI. Assume various input values wherever required
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
