An application contains the Structure statement shown here. Write a Private statement that declares a five-element one-dimensional array of Friend variables. Name the array home. Then, write an assignment statement that assigns the value in the name1 TextBox to the first member contained in the last array element. Finally, write an assignment statement that assigns the value in the name2TextBox to the last member contained in the last array element.
Structure FriendPublic last As StringPublic first As StringEnd Structure
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.