document.write( "Question 984213: Give a postcondition for the following algorithm that completely describes how the final value of i is related to x.
\n" );
document.write( "Precondition: x is a positive odd integer.
\n" );
document.write( "i ← 0
\n" );
document.write( "while
\n" );
document.write( "i < x
\n" );
document.write( "do
\n" );
document.write( " i ← i + 2
\n" );
document.write( "i =
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #605022 by solver91311(24713)![]() ![]() You can put this solution on YOUR website! \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "John \n" ); document.write( " \n" ); document.write( "My calculator said it, I believe it, that settles it\r \n" ); document.write( "\n" ); document.write( " |