139k views
0 votes
Located between the public class and end class clauses in the code editor window; the section of the code editor window where class-level variables are declared

User Srka
by
7.9k points

1 Answer

6 votes
To declare a variable:
The syntax of a variable declaration statement is Private variablename As dataType [=initialValue]. Use camel
case for a variable's name
User Wono
by
8.3k points

No related questions found