Lesson 2: Console.Write & comments
Last lesson WriteLine dropped a line after the text. This time we meet Console.Write, which shows text without dropping a line — that's how you build one line from several pieces. And we add an important tool: comments. A C# comment starts with // (to the end of the line) or is wrapped in /* ... */,