McqMate
| Q. |
Suppose that the selector in a Select Case block is the string variable myVar. Which of the following is NOT a valid Case clause? |
| A. | case “adams” |
| B. | case “739” |
| C. | case (myvar.substring(0, 1) |
| D. | case myvar.length |
| Answer» D. case myvar.length | |
View all MCQs in
Dot Net Architecture and ProgramNo comments yet