Computer Science, asked by NissuSharma, 5 months ago

Write a program in JavaScript to accept the side of a square and calculate its area and perimeter​

Answers

Answered by ADARSHrajraj36
0

Answer:

javaScript exercises, practice and solution: Write a JavaScript function to find the area of a triangle where lengths of the three of its sides are 5, 6, 7. ... The Math.sqrt() function is used to get the square root of a number. ... is returning a string, so when you calculate perimeter it isn't adding. ... Take that .JS.

Explanation:

Similar questions