Create a VBA function that will return the root of the function e-x -x = 0 using the bisection method. Input parameters for the function should be the lower and upper bounds of the root. Obtain reasonable values for the lower and upper bounds by graphing the function in Excel. Turn in your code for the VBA function.