document.write( "Question 886942: write a program to find wheather the area of the rectangle is greathe then its perimeter \n" ); document.write( "
Algebra.Com's Answer #536271 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
Perimeter is a linear value, and area is 2nd order, eg, feet and square feet.
\n" ); document.write( "It makes no sense to say one is greater than the other.
\n" ); document.write( "------
\n" ); document.write( "eg, 2 ft by 3 ft rectangle:
\n" ); document.write( "P = 12
\n" ); document.write( "Area = 6
\n" ); document.write( "P is greater
\n" ); document.write( "Change it to inches:
\n" ); document.write( "--> 24 by 36 inches
\n" ); document.write( "P = 120
\n" ); document.write( "Area = 864
\n" ); document.write( "Now area is greater for the same rectangle.
\n" ); document.write( "==============
\n" ); document.write( "Is it colder in the city than it is in the winter?
\n" ); document.write( "
\n" );