Saved Bookmarks
| 1. |
Select case can be usedonly for numbers(TRUE OR FALSE) (IF FASLE THEN CORRECT IT) |
Answer» - FalseIt could be USED for variable. A SELECT Case statement ALLOWS a variable to be tested for EQUALITY against a list of values. Each value is called a case, and the variable being switched on is checked for each select case. |
|