A program to enter a side and find the area of a square.
Answers
Answered by
3
.
.
.
{
int s;
cin>>s;
int A;
A=s*s;
cout<<A;
.
.
}
Answered by
5
Answer:
Hi...
Explanation:
It's a python code ..
Hope it helps you
Attachments:
Similar questions