Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 470 Bytes

ex_32.md

File metadata and controls

9 lines (8 loc) · 470 Bytes

Exercise 32

  • Create a new index32.js file
  • Define a height variable and assig the following value: 10
  • Define a base variable and assig the following value: 4
  • Calculate the perimiter of the rectangular
  • Calculate the area of the rectangular
  • Show both calculation results, height and base length
  • Use a descriptive message to show all the values