#include<stdio.h>
#include<conio.h>
#include<iostream.h>
main()
{
int a,b,c;
clrscr();
cout<<"\n\tEnter Lenght:";
cin>>a;
cout<<"\n\tEnter Width:";
cin>>b;
c=a*b;
cout<<"Area of Rectangle ="<<c;
getch();
}
Tuesday, 15 April 2014
program to find area of Rectanglein c++
15:26
No comments
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment