Computer Science, asked by nilimadey2013, 30 days ago

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

Answers

Answered by Anonymous
0

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

Similar questions