Contact: aviboots(AT)netvision.net.il
41,215 questions
53,717 answers
573 users
const base = 8; const height = 14; const area = base * height; console.log("Area = " + area); /* run: Area = 112 */