what is comment in VB.Net and how to comment.
I having a test in 3 days time. Urgent!!!!
Thanks in advance.

Recommended Answers

All 4 Replies

Just put a ' at the beginning of the line to add a comment. You can also hit CTRL+K to comment a line and CTRL+U to uncomment a line in the VS IDE.

>what is comment ...?

Comments are usually added with the purpose of making the source code easier to understand but typically ignorable to compilers and interpreters.

what is the different between comment and pesuodo-code?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.