Function Integer cube(Integer num) Return num * num * num End Function Write a main module that contains a statement that passes the value 4 to this function and assigns its return value to the variable result. Write a statement that calls the display module and passes these variables to it.