This function returns the bottom of the Stack instead of the top. The only variables you are permitted to create in the function are one additional stack and an int to store the bottom element. At the end of the function you must preserve the parameter stack as it was originally and release the copy stack. You are only allowed to use push, pop, top, and isEmpty.