Solved

Where Should the Statement: Const ACCOUNT_NUMBER_String as String = "A45

Question 48

Multiple Choice

Where should the statement: Const ACCOUNT_NUMBER_String As String = "A45" appear if you plan to use ACCOUNT_NUMBER_String in more than one procedure?


A) The Declarations section of the form
B) The Form_Load procedure
C) The event procedure where ACCOUNT_NUMBER_String will be used
D) The Namespace Constants file

Correct Answer:

verifed

Verified

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

Related Questions