Examlex

Solved

What Is Assigned to LblMessage

question 32

Multiple Choice

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


Definitions:

Immediate

Occurring or done at once; instant.

Embrace

To accept or support something enthusiastically or willingly.

Strategy

A plan of action designed to achieve a long-term or overall aim.

Party's Approach

The method or strategy adopted by a group involved in negotiations or any form of interaction.

Related Questions