Write a program to calculate the perimeter of a rectangle with length of 50cm and width of 30cm
Answers
Answered by
0
Answer:
hHahshshhsbshsbsbajwk e
Answered by
0
Answer:
class Perimeter
{
public static void main(String args[])
{
int length = 50, breadth = 30;
System.out.print("Perimeter is: " + (2*(length + breadth)));
}
}
P.S.- Make me brainliest!
Similar questions