Question: How to code with Coral programming language to complete the following: A pedometer treats walking 2 , 0 0 0 steps as walking 1 mile.
How to code with Coral programming language to complete the following: A pedometer treats walking steps as walking 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 decimal places
If the input of the program is:
the function returns and the output of the program is:
Your program should define and call a function:
Function StepsToMilesinteger userSteps returns float numMiles
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
