Multiple Choices
(Choose 1 answer)
When you have multiple lines in an if block, how do you indicate the end of the if block?
A. You omit the semicolon; on the last line of the if block
B. You de-indent the next line past the if block to the same level of indent as the original if statement
C. You put the colon: character on a line by itself to indicate we are done with the if block
D. You use a curly brace { after the last line of the if block