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


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 “HPP405” to the strModel member contained in the first array element. Finally, write an assignment statement that assigns the number 3600 to the decCost member contained in the first array element.


Structure Computer


 Public strModel As String


 Public decCost As Decimal


End Structure

Nov 19, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here