#include<stdio.h>
int main(){
 int length,width,float;
 printf("enter the length*width of the rectangle");
 scanf("%d",length*width);
 return 0;
}