Menu

Please Solve Coral Programming Language Everything Indented Way Supposed Leave Proper Inst Q43838764

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 programminglanguages!!!

11.1 User-Defined Functions: Miles to track laps CHALLENGE ACTIVITY 11.1.1: Miles to track laps. Start One lap around a stand

11.1 User-Defined Functions: Miles to track laps CHALLENGE ACTIVITY 11.1.1: Miles to track laps. Start One lap around a standard high-school running track is exactly 0.25 miles. Write a program that takes a number of miles as input, and outputs the number of laps. Ex: If the input is 1.5, the output is: 6.0 Ex: If the input is 2.2, the output is: 8.8 Your program should define and call a function: Function MilestoLaps (float userMiles) returns float userLaps Variables 2 // Define MilestoLaps here. 4 // Define Main here. Your code must call Milestolaps. Not shown when editing Code Flowchart Show transcribed image text 11.1 User-Defined Functions: Miles to track laps CHALLENGE ACTIVITY 11.1.1: Miles to track laps. Start One lap around a standard high-school running track is exactly 0.25 miles. Write a program that takes a number of miles as input, and outputs the number of laps. Ex: If the input is 1.5, the output is: 6.0 Ex: If the input is 2.2, the output is: 8.8 Your program should define and call a function: Function MilestoLaps (float userMiles) returns float userLaps Variables 2 // Define MilestoLaps here. 4 // Define Main here. Your code must call Milestolaps. Not shown when editing Code Flowchart

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 p…

OR