Computer Science, asked by ajaya4200, 1 month ago

Write a program to calculate the perimeter of a rectangle with length of 50cm and width of 30cm

Answers

Answered by sandeshpanwar605
0

Answer:

hHahshshhsbshsbsbajwk e

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