Question: Create a Python program that prompts the user to enter a number of yards, and then calculates the number of miles and yards, as well
Create a Python program that prompts the user to enter a number of yards, and then calculates the number of miles and yards, as well as the number of feet, and then prints the results. There are 3 feet in a yard and 1760 yards in a mile. Your program must declare and use several variables, like for the number of miles and number of feet. Be sure to print text and numbers without extra spaces.
Example 1 Enter a positive number of yards: 3000
You entered 3000 yards, which is:
1 miles and 1240 yards
or 9000 feet
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
