Write a program that asks the user to enter two positive integers as his/her height (inches) and weight (pounds). The program outputs 1) height in feet and inches, 2) weight in pounds, and 3) BMI. Please note BMI is not a whole number. Below is a sample to show how the program runs.
Sample
Height in inches? 72 Weight in pounds? 150 Height: 6’ 0”
Weight: 150 lbs
BMI: 20.3414
Please note:
e.g. If your name is John Doe, then the file name for your homework is dojo_1.cpp.
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of