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
Math,
4 months ago
Biology,
4 months ago
Computer Science,
4 months ago
India Languages,
8 months ago
Math,
11 months ago
Chemistry,
11 months ago
English,
11 months ago