Computer Science, asked by 918018332789, 8 days ago

write an algorithm to find area of square​

Answers

Answered by aryan12clasher
1

Answer:

input area of square ----> set area of square = s ----> multiply s with s and name the new digit as "ans"----> print "ans"

Explanation:

Answered by BrainlyProgrammer
2

Answer:

START

ACCEPT SIDE OF THE SQUARE FROM THE USER

CALCULATE AREA=SIDE*SIDE

DISPLAY AREA

STOP

Similar questions