write a program to find the side of the square whose perimeter is 20 metre.
Answers
Answered by
4
Answer:
class abc
{
public void accept ( )
{
int p =20; int s = 0;
s = p/4;
System.out.println{"Side of the square is = "+ s};
}
}
Similar questions
Math,
3 months ago
Computer Science,
3 months ago
Social Sciences,
3 months ago
Science,
6 months ago
Science,
6 months ago
Social Sciences,
11 months ago
Math,
11 months ago
English,
11 months ago