Differentiate between ELSEIF and SELECT CASE.
Answer shortly please
Attachments:
Answers
Answered by
1
Answer:
Else statements can evaluate a different expression for each Elself statement, the Select Case statement evaluates an expression only once, at the top of the control structure.
Explanation:
In the following example,
The select case statement evaluates the argument that is passed to the procedure.
Answered by
1
Answer:
if else if can test for any Boolean expression like less than, greater than, equal to, not equal to, etc. switch-case can only test if the expression is equal to any of its case constants. if else if can use different expression involving unrelated variables in its different condition expressions
Explanation:
Please attend me as brilliant didi
Similar questions