To perform math division, you have the method named divide that takes two long numbers and returns a double value.
Write a body of the method. It should return the result of the division of the first argument by the second one. It's guaranteed that the second argument is not equal to zero.