Divide the area by the length of the rectangle
If you do not know the length or breadth of a rectangle, you cannot know the area. If you do not know the area of a rectangle, you cannot know the length and breadth. To know the length and breadth of a rectangle, you have to know some other contributing factor in the equation. If you don't, measure it!
breadth multipied by the length
The area of rectangle is : 21.0
area of any rectangle is length x breadth. For a 6x3 rectangle, it's 18.
area=28.08 breadth[width]=3.6 length= a divided by b =28.08 divided by 3.6 = ................
All you need to do is length x breadth = area
2(length+breadth)=Perimetre Length= (Perimetre/2)-Breadth Area=Length x breadth
If you do not know the length or breadth of a rectangle, you cannot know the area. If you do not know the area of a rectangle, you cannot know the length and breadth. To know the length and breadth of a rectangle, you have to know some other contributing factor in the equation. If you don't, measure it!
length*breadth
Area of rectangle = length * breadth
Area of rectangle = length * breadth or length * width
multiply the length with the breadth.
product of length and breadth
breadth multipied by the length
int length int breadth int area= (length x breadth) print area
#include<stdio.h> void main() { float length, breadth, area, perimeter; printf("Enter the length & breadth of a Rectangle\n(length breadth): "); scanf("%f %f",&length,&breadth); area=length*breadth; perimeter=2*(length+breadth); printf(" Area of the Rectangle=%0.3f\n",area); printf("Perimeter of the Rectangle=%0.3f\n",perimeter); printf("(Press ENTER to exit.)"); getch(); printf("\n"); }
length * breadth. (or, can be said as - length times width)