How do you identify the statements that will execute when an "if" expression evaluates to True?
Select one:
a.
Mark them with opening and closing curly braces { }
b.
Indent them to the right underneath the "if" statement
c.
Mark them with opening and closing square braces [ ]
d.
Highlight each statement with the same color as the "if" statement
1 answer
b. Indent them to the right underneath the "if" statement