Chinese, asked by satishtalekar72, 5 hours ago

3. Write is an algorith ito find Area of
Square ?​

Answers

Answered by MathsAryabhatta
0

Explanation:

algorithm to calculate area of the square

input x.

sq=x*x.

print sq.

Answered by TYKE
2

Algorithm to calculate the area of the square.

1.start

2.input x

3.sq=x*x

4.print sq

5.stop

Similar questions