×
Log in
Twitter
Gmail
Facebook
.NET Fiddle
and
.NET Academy
shared account
Remember me
Log in
Sign up
or
Reset password
Search Tutorials
Log in
Sign up
About
Twitter
.NET Fiddle
Support
Contact Us
Hello World
Exercise: Multi-line Comments
< Previous
Next >
Goal
Comment out the two Console.WriteLine statements below using a multi-line comment.
using System; public class Program { public static void Main() { Console.WriteLine("Hello"); Console.WriteLine("World"); } }
Reset
Verify
Page 10 of 13
< Previous
Next >
Loading packages and dependencies