Computer Science, asked by Abhigyan798, 11 months ago

State an algorithm that compute the area of a square

Answers

Answered by PunithaPriya
1

//WRITE AN ALGORITHM TO FIND THE AREA OF SQUARE.

STEP 1 : START

STEP 2 : ACCEPT THE SIDE OF SQUARE.

STEP 3 : FIND THE SQUARE OF SIDE IN ORDER TO FINDING THE AREA OF SQUARE.

STEP 4 : DISPLAY AREA

STEP 5 : STOP

Similar questions