Codecademy C# Cheatsheet
Codecademy C# Cheatsheet
Codecademy C# Cheatsheet
Cheatsheets / Learn C#
Console.ReadLine()
C#
Comments
Comments are bits of text that are not executed. These // This is a single line comment
lines can be used to leave notes and increase the
readability of the program.
• Single line comments are created with two /* This is a multi-line comment
forward slashes // . and continues until the end
• Multi-line comments start with /* and end of comment symbol is reached */
with */ . They are useful for commenting out
large blocks of code.
Console.WriteLine()
1 of 2 11/01/2024, 18:48
Firefox about:srcdoc
.NET Platform
Print Share
2 of 2 11/01/2024, 18:48