Question: Give the definition of a static method called get Array Of Halves that has an array of base type double as a single parameter and that returns another array whose base type and length are the same as those of the parameter, but whose elements have each been divided by 2.0.