Java program to find area and perimeter of a rectangle
Answers
Answered by
4
Answer:
I dont no sorry for the your question
Answered by
3
Answer:
class rextangle
{
public static void main (string args [])
{
int l,b,a,p;
{
System.out.print(''Enter the length of the rectangle'');
system.out.print (''enter the breadth of the rectangle'');
a=l*b;
p=2(l+b);
System.out .println(''Area =''+a);
System.out.print(Perimeter=''+p);
}
}
}
Similar questions