write an algorithm to find area of a square
Answers
Answered by
12
Answer:
Step 1:Start
Step 2:Input side
Step 3:Find Area = side*side
Step 4:Print out Area
Step 5:End
Explanation:
Hope it's helpful to you guys
Answered by
25
Answer:
Explanation:
AREA OF SQUARE:
A square is simply a rectangle with equal sides. As a result, the length and breadth of a square are equal. As a result, the area of a square is the product of two square sides, or in simpler terms, squares of the side.
We use the following formula to compute the area of a rectangle after being given the length and width of the rectangle as input.
ALGORITHM:
Step 1 : Start
Step 2: Input Side
Step 3: Area = Side Side
Step 4: Print area
Step 5: Stop
The project code is #SPJ2
Similar questions