4TH

THE ARE OF FIGURE

4TH
Apr 2nd, 2026
4
0
Never
Not a member of GistPad yet? Sign Up, it unlocks many cool features!
JavaScript 0.75 KB | Source Code | 0 0
  1. var base = 6;
  2. var height = 5;
  3. var area = base * height;
  4. console.log("The area of rectangle is:", area);
RAW Paste Data Copied