write the algorithm to find the area of a square
Answers
Answered by
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
0
Answer:
in maths it is side* side
Similar questions