Question: c + + A pedometer treats walking 2 , 0 0 0 steps as walking 1 mile. Write a stepsToMiles ( ) method that takes
c A pedometer treats walking steps as walking mile. Write a stepsToMiles method that takes the number of steps as an integer parameter and returns the miles walked as a double. The stepsToMiles method throws an Exception object with the message "Exception: Negative step count entered." when the number of steps is negative. Complete the main method that reads the number of steps from a user, calls the stepsToMiles method, and outputs the returned value from the stepsToMiles method. Use a trycatch block to catch any Exception object thrown by the stepsToMiles method and output the exception message.
Output each floatingpoint value with two digits after the decimal point, which can be achieved as follows:
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
