Question: c++ * 1 2 problem2.cpp 3 4 * Write a program which asks the user to enter their height in 5 inches, and then prints
c++

* 1 2 problem2.cpp 3 4 * Write a program which asks the user to enter their height in 5 inches, and then prints out how many times they would fit 6 into a mile. Note that if the user is 71 inches tall then 7 they would fit 5280 * 12 / 71 = 892 times in a mile, but of 8 course your program must work for users of any height. 9 */
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
