3. Write is an algorith ito find Area of
Square ?
Answers
Answered by
0
Explanation:
algorithm to calculate area of the square
input x.
sq=x*x.
print sq.
Answered by
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