find radius of the circle whose circumference is equal to the sum of the circumference of the circles having radii 15cm and 8 cm 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)