@param args the command line arguments */ public static void main(String[] args) { // The code is to work out the square root of (-(6.5)2 + (3.7)2) /* Creating double ...
You need to write Math.sqrt and then inside of parentheses the expression whose value you want to take the square root of..