An application contains the Structure statement shown here. Write a Dim statement that declares a Computer variable

Question:

An application contains the Structure statement shown here. Write a Dim statement that declares a Computer variable named homeUse. Then write an assignment statement that assigns the string “KRZ45” to the strModel member. Finally, write an assignment statement that assigns the number 149.99 to the dblCost member.

Structure Computer

        Public strModel As String

        Public dblCost As Double

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: