Computer Science, asked by golurai100796, 3 months ago

which is an alternative to if then else for selectively executing a single block of statements from among multiple block of statements?

A.select case 

B.if then

C.for loop

D.none of these​

Answers

Answered by pranavjaiswal57201
0

Answer:

The Select Case structure provides an alternative to If...Then...ElseIf for selectively executing one block of statements from among multiple blocks of statements. A Select Case statement provides capability similar.

Similar questions