Saturday, August 20, 2011

Program to find the area of rectangle.

//Program to find the area of rectangle.
#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();
}

Previous Next Home
0 Comments
Comments

Leave a Comment

:)) ;)) ;;) :D ;) :p :(( :) :( :X =(( :-o :-/ :-* :| 8-} :)] ~x( :-t b-( :-L x( =))

Twitter Delicious Facebook Favorites More