discss the concept of varibles and constants with the help of examples in visual basic
Answers
Answered by
8
Answer:
The main difference between a constant and a variable is that, once you have declared a constant, you cannot change its value during program execution. A constant has a meaningful name that replaces the numeric or string value that it represents in your code, increasing the readability of your program.
Similar questions