Visual Basic (VB) Question:
What does Option Explicit refer to?

Answers:
Answer #1
All variables must be declared before use. Their type is not required.
All variables must be declared before use. Their type is not required.
Answer #2
To avoid the problem of misnamong variables explicit declaration is being uaed
To avoid the problem of misnamong variables explicit declaration is being uaed