Computer Science, asked by wwwowaisayoub, 16 days ago

write the algorithm to find the area of a square

Answers

Answered by itsHoney28
1

Answer:

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. Step 3 :- Calculate the area of the square (a*a) and store in a variable A.

Answered by riya123saklani2006
0

Answer:

in maths it is side* side

Similar questions