#include
using namespace std;
main(){
int length, width, parimeter, area;
cout<<"Length = "; cin>>length;
cout<<"Width = "; cin>>width;
parimeter = 2 * (length-width);
area = length*width;
cout<
cout<
getch();
}
Copyright © 2009 Entertainment OnLine |Designed by Templatemo |BloggerTemplate Converted by BloggerThemes.Net