Question: please shoe excat code! thanks! Your program will prompt the user for a floating-point value representing a distance in rods. You will reprint that value

 please shoe excat code! thanks! Your program will prompt the user

for a floating-point value representing a distance in rods. You will reprint

please shoe excat code! thanks!

Your program will prompt the user for a floating-point value representing a distance in rods. You will reprint that value along with that value converted to the following values. The most important value is the time to walk the portage. emeters . fect e miles furlongs the time in minutes to walk that distance You can find these measures on the web, but so everyone is using the same conversions: 1 rod 5.0292 meters 1 furlong 40 rods 1 mile 1609.34 meters 1 foot-0.3048 meters average walking speed is 3.1 miles per hour Assignment Notes: 1. To clarify the project specifications, sample output is appended to the end of this document. 2, Round all floating-point output to three places, i.e. use round ( x, 3 ) . S. The input function is used to accept a response from the user. The function accepts a string (a sequence of characters between quotes) as a prompt to display to the user. It then waits until the user types a response (terminated by the user touching the Enter key). Finally the function returns the user's response as a string If the user's response is supposed to be processed as a numeric value, the returned string must be converted into a number. When working with floating point values, a string is converted into a floating point number using the float function. The function accepts a string as its argument and returns the floating point number which the string represents. A typical interaction would be something like: num strinput "Please enter anumbe: numfloat = float( num str ) - 6 print function is used to display any combination of variables, values and strings in The the output window. Each item to be displayed must be separated from another item by a comma. All the items will be displayed together, followed by a new line. For example

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!