An application contains the Structure statement shown here. Write a Dim statement that declares a MyFriend variable named school. Then, write assignment statements that assign the value in the...


An application contains the Structure statement shown here. Write a Dim statement that declares a MyFriend variable named school. Then, write assignment statements that assign the value in the txtFirst control to the strFirst member and assign the value in the txtLast control to the strLast member. Finally, write assignment statements that assign the value in the strLast member to the lblLast control and assign the value in the strFirst member to the lblFirst control.


Structure MyFriend


 Public strLast As String


 Public strFirst As String


End Structure

Nov 17, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here