JavaScript program to find the square root of a number:
let number = 16;
let squareRoot = Math.sqrt(number);
console.log("The square root of " + number + " is " + squareRoot);
python tutorials and learn python
JavaScript program to find the square root of a number:
let number = 16;
let squareRoot = Math.sqrt(number);
console.log("The square root of " + number + " is " + squareRoot);
© 2026 python tutorials. Built using WordPress and EmpowerWP Theme.