1.

Select case can be usedonly for numbers(TRUE OR FALSE) (IF FASLE THEN CORRECT IT)​

Answer»

\large\fbox\red{Answer}

- False

It 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.



Discussion

No Comment Found