Solved

Write a Structure Statement That Defines a Structure Named Order

Question 49

Essay

Write a Structure statement that defines a structure named Order.The structure contains four member variables named strItemNum,strItemDesc,decPrice,and intQuantity.Then write the Dim statement that declares an Order variable named furniture.

Correct Answer:

verifed

Verified

Structure Order
Public strItem...

View Answer

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions