Question: 3. An application contains the Structure statement shown here. Write a Dim statement that declares a Computer variable named homeUse. Then, write an assignment statement
3. 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 “IB-50” to the strModel member. Finally, write an assignment statement that assigns the number 2400 to the dblCost member.
Structure Computer Public strModel As String Public dblCost As Double End Structure
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
