An application contains the Structure statement shown here. Write a Private statement that declares a 10-element one-dimensional array of Computer variables. Name the array business. Then, write an assignment statement that assigns the string “Tosh7400” to the model member contained in the first array element. Finally, write an assignment statement that assigns the number 4560 to the cost member contained in the first array element. (4)
Structure ComputerPublic model As StringPublic cost As DecimalEnd 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.