Computer Science, asked by vanshbhalla888, 17 hours ago


Select case is an alternative to nested-if clause

Answers

Answered by bhaveshshinde477
0

Answer:

Using the case statement, you can run one of several groups of statements, depending on the value of an expression. ... It is an easier way to write multiple IF-THEN-ELSE statements.

Similar questions