18-08-2015, 06:23 AM
Quote:The controlling expression of the while loop in the above example is "(s8a < 10) && (s8a > 20)". This expression will evaluate to False for all values of s8a. Therefore this is non-compliant with the rule 14.3.Isn't it target by exception 2 ?
<t></t>