This rule applies whenever an ``++IF++`` statement is followed by one or more ``++ELSE IF++`` statements; the final ``++ELSE IF++`` should be followed by an ``++ELSE++`` statement.
The ``++ELSE++`` statement should either take appropriate action or contain a suitable comment as to why no action is taken. This is consistent with the requirement to have a final ``++ELSE++`` clause in a ``++CASE++`` statement.