Answers for "Commenting on C#"

1

Commenting on C#

//How to comment on C#

//Single Line

/*Multi
Line
Comment */

//Thats how you comment
Posted by: Guest on October-25-2021
1

c# comment

//This Is A Comment
//Comments don't change what
//Happens in the code, but they
//Help you understand your own code,
//So you can make more changes.

//To make a comment, use a "//" then 
//Whatever your comment is.
Posted by: Guest on July-16-2021

Browse Popular Code Answers by Language