document.write( "Question 976803: How can i write this \"increase the value of the number by 6. If it is greater than 10\"? \n" ); document.write( "
Algebra.Com's Answer #598321 by rothauserc(4718) You can put this solution on YOUR website! if x > 10 then x = x + 6 \n" ); document.write( " \n" ); document.write( " |