how can you declare a variable in visual basic ? give two example
Answers
Answered by
0
Answer:
Explanation:
In Basic, a string variable ends in a $, and whole number variables, known as integers, end with a %. If you use Dim varName As DataType to declare variables, you do not need to use a suffix.
Similar questions