You are viewing a single comment's thread. Return to all comments →
Here we have simple answer const PI = Math.PI let r = parseFloat(readLine()) console.log(PI*r*r) console.log(2*PI*r)
Seems like cookies are disabled on this browser, please enable them to open this website
Day 1: Let and Const
You are viewing a single comment's thread. Return to all comments →