sum Of Square Roots
The array must have non-negative elements and not be empty
Return
the sum of the square roots of the elements of the array
Parameters
array
the input array
The array must have non-negative elements and not be empty
the sum of the square roots of the elements of the array
the input array