What is assigned to lblMessage.Text when the following code segment executes?

Dim strName1 As String = ”Jim”
Dim strName2 As String = “John”
If strName1 > strName2 Then
lblMessage.Text = “Jim is greater”
Else
lblMessage.Text = “John is greater”
End If

a. True
b. False
c. Jim is greater
d. John is greater


d. John is greater

Computer Science & Information Technology

You might also like to view...

A file must be __________ before data can be written to or read from it.

a. opened b. closed c. named d. buffered e. initialized

Computer Science & Information Technology

A 3-D pie chart is a three-dimensional disk divided into wedges that resemble pieces of a pie

Indicate whether the statement is true or false

Computer Science & Information Technology

On a bastion host that is intended to function as a Web server, for instance, you only need to enable traffic on TCP Port 80 and Port ____ for SSL traffic.

A. 79 B. 81 C. 443 D. 450

Computer Science & Information Technology

? An email with a Subject line beginning with "Fw" indicates that the message has been forwarded.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology