Write a Dim statement that declares a MyFriend variable named school.
Write an assignment statement that assigns the value in the txtFirst control to the strFirst member.
Write an assignment statement that assigns the value in the txtLast control to the strLast member.
Write an assignment statement that assigns the value in the strLast member to the lblLast control.
Write an assignment statement that assigns the value in the strFirst member to the lblFirst control.
Comments
Dim MyFriend As String = school
Leave a comment