previous | index | next

"if...else", "if", and "return" Statements

If the else keywords are removed, then:
if (test1)
   do A;
if (test2)
   do B;
do C;

previous | index | next