Question: Write a program that will calculate the total length of a rope. The user must input more than 1 but less than 1000 feet. Use
- Write a program that will calculate the total length of a rope. The user must input more than 1 but less than 1000 feet. Use a constant to set up the conversion into yards.
Output should show the three lengths of rope, number that the user typed (in feet), the total number of feet and the converted number feet into yards. Show the units.
X number of feet
Y number of feet
Z number of feet
Added together = total number of feet
From the total number of feet convert to yards
Document and type your code here. When you are done writing your code copy and paste into your C++ application to run it.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
