please me with this java problem.
Define a static method that takes two float parameters and return a Float (wrapper class) value of the division result of the two parameters
(The first parameter is the dividend, the second the divisor. Note: the divisor cannot be zero).