Please Solve Coral Programming Language Everything Indented Way Supposed Leave Proper Inst Q43838786
Please solve this in Coral programming language ONLY andeverything is indented the way it is supposed to be, or leaveproper instructions on how!!!! No other programming languages!!!Thank you…

11.3 User-Defined Functions: Step counter CHALLENGE ACTIVITY 11.3.1: Step counter. Start A pedometer treats walking 2,000 steps as walking 1 mile. Write a program whose input is the number of steps, and whose output is the miles walked. If the input is 5345, the output is 2.6725. Your program should define and call a function: Function StepsToMiles(integer userSteps) returns float numMiles Variables 2 // Your solution goes here Not shown when editing Code Flowchart Check Try again Feedback? Show transcribed image text 11.3 User-Defined Functions: Step counter CHALLENGE ACTIVITY 11.3.1: Step counter. Start A pedometer treats walking 2,000 steps as walking 1 mile. Write a program whose input is the number of steps, and whose output is the miles walked. If the input is 5345, the output is 2.6725. Your program should define and call a function: Function StepsToMiles(integer userSteps) returns float numMiles Variables 2 // Your solution goes here Not shown when editing Code Flowchart Check Try again Feedback?
Expert Answer
Answer to Please solve this in Coral programming language ONLY and everything is indented the way it is supposed to be, or leave …
OR