PracticeSquare Root of a NumberYou can use Math.sqrt() to find the square root of a number:Math.sqrt(64);Related PagesJava Math Reference