Welcome to Westonci.ca, where finding answers to your questions is made simple by our community of experts. Ask your questions and receive accurate answers from professionals with extensive experience in various fields on our platform. Connect with a community of professionals ready to help you find accurate solutions to your questions quickly and efficiently.

What is the point of comments in code? Discuss at least two possible uses of code, including specific examples of what a comment might “look like.”

Sagot :

Answer:

Better collabaration and helping find bugs.

Explanation:

When working with a group of people, comments help the other person understand what you are doing.

Ex. //cat sprite

Also, it helps find bugs. For example, if the cat sprite is not working that means you know it has something to do with that peice of code.