END SELECTTHE SNIPPET GIVEN ABOVE USES THE CASE STATE...

7. End Select

The snippet given above uses the CASE statement. Which of the

following is true with respect to the above snippet [assume the

statements are error free]:

a)

the code will execute without

c) the above code will

any changes.

execute as the word Case

is automatically placed in

the beginning of the Select

statement. Hence

statement would be

displayed as "Select Case

t1" at line 2.

b)

the above code will not

d)

None of the above

execute, as a Case statement

should begin with "Select Case

t1" at line 2.