Question: C++: How do I write a program that asks the user its height and weight and then outputs its BMI where BMI = (weight)/ (height)^2
C++: How do I write a program that asks the user its height and weight and then outputs its BMI where BMI = (weight)/ (height)^2 using only pointers?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
