1. Why is the following Select Case block invalid in Visual Basic?
```Select Case myName.Substring(0, 1)
Case myName < "D"
txtBox.Text = "Your name starts with A, B, or C."
End Select
```
(A) There should not be a standard conditional expression in a value list.
(B) There are not enough Case statements.
(C) There is no selector.
(D) myName.Substring(0, 1) is not valid where it is.
(A) There should not be a standard conditional expression in a value list.
You might also like to view...
When making a presentation to an audience using PowerPoint, you use Notes Page view.
Answer the following statement true (T) or false (F)
Which of the following elements are block-level elements?
A. paragraph B. heading C. both a and b D. none of the above
In Python, using the keyword _____ means you want the computer to display something on the screen.?
Fill in the blank(s) with the appropriate word(s).
What port numbers are used by Remote Desktop?
A) 80 and 3389 B) 69 and 80 C) 299 and 300 D) 16384 and 25