You are viewing a single comment's thread. Return to all comments →
let PI = Math.PI let r = readLine() console.log((PI * Math.pow(r,2))) console.log(2 * PI * r) return 1
Day 1: Let and Const
You are viewing a single comment's thread. Return to all comments →