Computer Science, asked by niranjancp, 2 months ago

Java program to find area and perimeter of a rectangle​

Answers

Answered by sureshminiboy
4

Answer:

I dont no sorry for the your question

Answered by mansipanwar6773
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