What is displayed in the message box by the following code?
```Dim message As String
Dim teamNames() As String = { "Packers", "Jets", "Seahawks"}
ReDim Preserve teamNames(1)
message = teamNames(1)
MessageBox.Show(message)
```
(A) Packers
(B) Jets
(C) Seahawks
(D) 2
(B) Jets
Computer Science & Information Technology
You might also like to view...
Which of the following is the purpose of QoS?
A. Load balance traffic across multiple LAN and WAN links. B. Increase speed of network traffic. C. Classify, mark, and prioritize traffic on WAN and LAN links D. Guarantee traffic delivery.
Computer Science & Information Technology
TCP functions at what layer of the OSI model?
What will be an ideal response?
Computer Science & Information Technology