Contact: aviboots(AT)netvision.net.il
41,395 questions
53,941 answers
573 users
const a = 12; const cube_volume = a * a * a; console.log("Cube volume = " + cube_volume); /* run: Cube volume = 1728 */