Computer Science, asked by pippalbalveer2843, 9 months ago

Write an algorithm to find the perimeter of a square

Answers

Answered by AnindaBasu
2

Answer:

START

READ SIDE

PER=SIDE*SIDE

PRINT PER

STOP

Similar questions