Content deleted Content added
Line 14:
</source>
In the above example, although the division of <tt>iX</tt> by <tt>iY</tt> is computed and never used, it will throw an exception when a division by zero occurs. Therefore, the removal of the dead code may change the output of the program
== Analysis ==
|