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

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

Step by Step Solution

3.39 Rating (165 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Dim homeUse A... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming with Microsoft Visual Basic 2015 Questions!