
#include<stdio.h>
#include<conio.h>
void main()
{
float area,b,l;
clrscr();
printf("The values of l and b");
scanf("%f%f",&l,&b);
area=l*b;
printf("\n Area of rectangle: %f",area);
getch();
}
Where Your Need Ends
About The Author
He has interest in programming in C, C++ and Java. He has been programming since 2007. He is the Founder of "Era of Skills".
You can follow him on Facebook