write an algorithm to find area of square?
In a step by step manner.
don't play.
pls help
class 8
Answers
Answered by
3
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
1
Answer:
please mark me as brainliest I
Explanation:
input x.
sq=x*x.
print sq.
Similar questions