| 2. |
When would you place an End If statement at the end of an If/Then/Else decision structure?
Please select the best answer.
|
| |
A.
|
When the Else branch takes you to another .asp script. |
| |
B.
|
When the If/Then statement and the Else statement is written on multiple lines. |
| |
C.
|
When the If part compares two or more variables. |
| |
D.
|
When the Then branch performs a calculation with a mathematical operator. |