how will you declare variables in visual basic 2010?
Answers
Answered by
2
We will declare variables as A, B, C.....etc.
Hope it helps
Hope it helps
Ayesharimmo:
Thanks
Answered by
6
Visual basic 2010:
We can declare variables with a dim statement.
Syntax:
Dim VariableName as Data Type1, Dim VariableName as DataType2...
Example:
Dim Name as String
Assigning values to variables:
Dim Name as String = "Siddhartha".
<!Hope it helps!>
Similar questions
English,
6 months ago
Computer Science,
6 months ago
Social Sciences,
1 year ago
Math,
1 year ago
Biology,
1 year ago