Question: An application contains the Structure statement shown here. Write a Dim statement that declares a five-element one-dimensional array of MyFriend variables. Name the array home.

An application contains the Structure statement shown here. Write a Dim statement that declares a five-element one-dimensional array of MyFriend variables. Name the array home. Then write an assignment statement that assigns the value in the txtName control to the strName member contained in the last array element. Finally, write an assignment statement that assigns the value in the txtBirthday control to the strBirthday member contained in the last array element.

Structure MyFriend
        Public strName As String
        Public strBirthday As String
End Structure

Step by Step Solution

3.50 Rating (163 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Dim home4 As MyF... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming with Microsoft Visual Basic 2015 Questions!