History, asked by adyavenger0007, 3 days ago

Write a program to display area of square python​

Answers

Answered by ramukaka87
0

Answer:

u can get

Explanation:

this answer on knowledge boat website

Answered by rakheemathur08
1

Formula: area = width × height

Area of square will be calculated as :

area = side2

since width = height;

Algorithm: 1. Define the height of any one side of the square as 's.'

2. Calculate the area of the square by multiplying s with s.

3. Define the area_square as the area of the square.

Output: area of the square= 169

Similar questions