Computer Science, asked by raja9590, 1 year ago

write down the algorithm to calculate the area of square​

Answers

Answered by Shivali28
0

a^2

a square where a is side

Answered by bhavyatripathi1837
7
Hey!!

Here is your answer.

Algorithm to calculate area of square.

C program to calculate area of square.

1) start

2) input x

3) square= x*x

4) print square

5) stop.

Mark it as brainliest, if it helps you.
Similar questions