Contact PSVM   (Q & A)  |  Notes Below   Audio  |  [toc]   [prev] Slide 16 of 21 [next]
SIJLesson10 Slide16
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, [16 (top)], 17, 18, 19, 20, 21, [Lab]

Notes for Slide 16
This slide emphasizes that there are many styles for
writing elseif-statements. Many teachers prefer to split the
elseif-statement across two or even three lines. In any of these
four style choices, both the close curly brace: } :and the
open curly brace: { :are placed under the word if
from the if-statement that this elseif-statement belongs to (unless
the open curly brace is placed on the end of a line).


1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, [16 (top)], 17, 18, 19, 20, 21, [Lab]