An application contains the Structure statement shown here. Write a Dim statement that declares a five-element one-dimensional

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. 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

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: