yung4528 yung4528 02-11-2020 Computers and Technology contestada The Java Math class is a collection of static methods, one of which is sqrt(number). It accepts a numeric argument and returns the square root of the argument as a double. What would be the correct way to invoke sqrt to compute the square root of 25