A 288 degree circular sector with radius 15 is rolled to form a cone. Find the height of the cone. code example
Example: circumference of a circle with a radius of 23.56
const number = 23 //or any number you like
Math.floor(number * (2 * Math.PI)
const number = 23 //or any number you like
Math.floor(number * (2 * Math.PI)