a function maketrip that will determine if you can make your trip on one tank of gas. this function has three parameters, distance (the trip distance,) mpg (the number of miles you can drive on one gallon of gas), tanksize (the amount of gas your tank holds). this function calculates and returns whether or not you can make the trip on one tank of gas. your main program code will include: three prompts to have the user input the following: trip distance mpg tank size a call to your function with appropriate arguments. a descriptive document.write statement to give the result (can you make the trip on one gallon?) use meaningful variables names. assume that all input values are positive numbers. examples: