Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A pedometer treats walking 2 , 0 0 0 steps as walking 1 mile. Define a function named StepsToMiles that takes an integer as a

A pedometer treats walking 2,000 steps as walking 1 mile. Define a function named StepsToMiles that takes an integer as a parameter, representing the number of steps, and returns a float that represents the number of miles walked. Then, write a main program that reads the number of steps as an input, calls function StepsToMiles() with the input as an argument, and outputs the miles walked.
Output the result with four digits after the decimal point, which can be achieved as follows:
Put result to output with 4 decimal places
If the input of the program is:
5345
the function returns and the output of the program is:
2.6725

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions