What will be contained in the text property


What will be contained in the Text property of the lblResult Label object after executing the following code?
Dim strPhrase As String
strPhrase = " On the Wings"
strPhrase += " of an Eagle! "
strPhrase = strPhrase.Trim()
lblResult.Text=strPhrase 

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: What will be contained in the text property
Reference No:- TGS0101036

Expected delivery within 24 Hours