WAP IN JAVA TO CALCULATE THE AREA OF RECTANGLE WITH SIDE.
45 cm. and 50cm
Answers
Answered by
0
Java Program to find Area of Rectangle
If we know the width and height of a rectangle, we can calculate the area of a rectangle using the formula: Area = Width * Height.
Perimeter is the distance around the edges. We can calculate perimeter of a rectangle using the formula: Perimeter = 2 * (Width + Height)
Similar questions