Last updated 3 years ago
Was this helpful?
JS Solution
let r = readLine(); const PI = Math.PI; console.log(PI * r * r); console.log(2 * PI * r);