Computer Science, asked by Chanakya5714, 7 months ago

A program to enter a side and find the area of a square.

Answers

Answered by Anonymous
3

.

.

.

{

int s;

cin>>s;

int A;

A=s*s;

cout<<A;

.

.

}

Answered by Anonymous
5

Answer:

Hi...

Explanation:

It's a python code ..

Hope it helps you

Attachments:
Similar questions