write the VB code example for the following variable declaration and assignment
integer
string
double
please help me out
Answers
Answered by
1
Answer:
explained below
Explanation:
Dim i as Integer
Dim i as String
Dim i as Double
you can use Implicit or Explicit in view of variable declarations
Also, you can use Variant if you do not know the data type of the variable
Similar questions