What will be the output of the following program when the button is clicked?
```
Private Sub btnDisplay_Click(...) Handles btnDisplay.Click
Dim name As String = "Washington"
Select Case name
Case "George"
txtBox.Text = "George"
Case "Wash"
txtBox.Text = "Wash"
Case "WASHINGTON'
txtBox.Text = "WASHINGTON"
Case Else
txtBox.Text = "Washington"
End Select
End Sub
```
(A) WashWashington
(B) Washington
(C) WASHINGTONWashington
(D) No output
(B) Washington
You might also like to view...
You can add a header or a footer by clicking the Page Layout button in the task bar and clicking in the header and footer area.? ____________________
Answer the following statement true (T) or false (F)
_____, a free cloud-based project management tool, runs in a browser window, so there is no software to install to use it.
A. Apptivo B. Smartsheet C. Microsoft Project D. GantterĀ