1.

Which Statement Is Used To Replace Multiple If-else Statements In Code.?

Answer»

In Visual BASIC, the Select-Case statement is used to REPLACE multiple If - ELSE STATEMENTS and in C#, the switch-case statement is used to replace multiple if-else statements.

In Visual Basic, the Select-Case statement is used to replace multiple If - Else statements and in C#, the switch-case statement is used to replace multiple if-else statements.



Discussion

No Comment Found