Computer Science, asked by orpahafsa124, 1 month ago

Find the area and perimeter of a square using algorithm

Answers

Answered by hudaabidi786
0

Answer:

Well, the formula for perimeter is simply 2 times length + 2 times width. In the case of our square, this would simply be 2x+2x (since length = width), or 4x . Therefore, if given an area, all you'd do is take the square root (to get from x2 to x , and then multiply by 4 to find perimeter.

Similar questions