name the statements that declares variable by assigning them a name and a data type
in visual basic
Answers
Answered by
4
Answer:
To create a new variable
- Declare the variable in a Dim statement. ...
- Include specifications for the variable's characteristics, such as Private, Static, Shadows, or WithEvents. ...
- Follow the specifications with the variable's name, which must follow Visual Basic rules and conventions.
Similar questions