You are viewing a single comment's thread. Return to all comments →
THIS IS MINE:
const PI = Math.PI, r = parseFloat(readLine()); console.log(PI * r ** 2); 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 →
THIS IS MINE: