\n" );
document.write( "Hi \n" );
document.write( "is 32 a perfect square? NO \n" );
document.write( "A number p is called a perfect square if and only if \n" );
document.write( "there exists a whole number n for which p = n^2 \n" );
document.write( "As to 32, there is no whole number such that 32 = n^2