TO EXECUTE MORE THAN ONE LINE OF CODE WHEN A CONDITION IS TRUE, YO...

25.

To execute more than one line of code when a condition is True, you

use which all of the following multi-line syntax

[1.0]

a) If...Then and End If

d)

If...Then

b) If...Then...Else and End If

e)

While...Do

c)

Select...CASE