Using Visual Studio® and relating C# programming concepts, write a program that displays a welcome message on the console.
Review debugging in Lesson 2, “An Introduction to C# and .NET” of the Pluralsight course C# Fundamentals with Visual Studio 2015.
Demonstrate basic debugging capabilities by inserting breakpoints in the code. Run the program in debug mode and provide a screenshot showing the use of the breakpoints. The program should have the following characteristics:
Compile and Execute without errors
Meets specifications by displaying a welcome message on the console
Logic flow is clear, concise, and effective


Recent Comments