Computer Science, asked by rani9687, 1 day ago

Write an algorithm to find area of square​

Answers

Answered by nikeetajohnson16
3

In order to calculate area of a square, 'A' be the area of square and the length of the square be 'a'. Then we need to calculate A= a*a. Step 2 :- Accept as input, the length of the sides of the square, and store the value in variable a.

Answered by Pegasuss
2

Answer:

The following steps should be written in this manner to find the answer:

FIRST MOVE: START

SECOND MOVE: RECEIVE THE SQUARE SIDE

THIRD MOVE: FOR FINDING THE AREA OF SQUARE FIND THE SIDE OF THE SQUARE

FOURTH MOVE: SHOW AREA

SIXTH MOVE: STOP.

Similar questions