write a function drivingcost() with input parameters milespergallon, dollarspergallon, and milesdriven, that returns the dollar cost to drive those miles. all items are of type double. the function called with arguments (20.0, 3.1599, 50.0) returns 7.89975.