Computer Science, asked by AnkitRay2536, 10 months ago

What is use of comment in visual basic give example?

Answers

Answered by swati4678
8

Answer:

As you read the code examples, you often encounter the comment symbol ( ' ). This symbol tells the Visual Basic compiler to ignore the text following it, or the comment. Comments are brief explanatory notes added to code for the benefit of those reading it.

#⃣#⃣#⃣

Similar questions