// A single if statement
if (boolean expression)
Do statement;
// Or a single if with {}
if (boolean expression)
{
Do statement;
}
// A block if statement: { } required
if (boolean expression)
{
Do Statement1;
Do Statement2;
...
Do StatementN;
}
Note
I believe it would be the letter 'C' ;w; Good luck, sorry if this is incorrect.
Answer:
Expected Family Contribution
Explanation:
A P E X
Answer:
Virginia (edit) sorry guys i was wrong