enjoi167
2009-09-26 13:53:18 UTC
A. Only within the if clause's block, including any nested if statements
B. Within the if clause's block and the blocks of any else clauses in the same if-else or if-else-if statement.
C. Within the if clause's block, but not within any nested if statements
D. Anywhere in the method, following the variable's declaration