Program to find area of rectangle

Advertisements

Prev Tutorial Next Tutorial

Find area of rectangle program in C++

For calculate area and parameter of rectangle you need length and breath of rectangle and apply below formula;

Formula

Area of Rectangle = length*breath;
Parameter of Rectangle = 2*(length+breath);

program to find area of rectangle

#include<iostream.h>
#include<conio.h>

void main()
{
int length,breath,area_rec=0,parameter=0;
clrscr();
cout<<"Enter Length and Breath of Rectangle: ";
cin>>length>>breath;
area_rec=length*breath;
parameter=2*(length+breath);
cout<<"\nArea of Ractangle: "cout<<area_rec;
cout<<"\nParameters of Rectangle: "cout<<parameter;
getch();
}

Output

Enter Length and Breath of Rectangle: 5 4
Area of Rectangle: 20
Parameters of Ractangle: 18

Prev Tutorial Next Tutorial

Google Advertisment

Buy This Ad Space @$20 per Month, Ad Size 600X200 Contact on: hitesh.xc@gmail.com or 9999595223

Magenet is best Adsense Alternative here we earn $2 for single link, Here we get links ads. Magenet

For Projects 9999595223

Google Advertisements


Buy Websites 9999595223

Buy College Projects with Documentation Contact on whatsapp 9999595223. Contact on: hitesh.xc@gmail.com or 9999595223 Try this Keyword C++ Programs

Advertisements