Locked lesson.
About this lesson
We see what happens when we run our first program, "Hello World"
Exercise files
Download this lesson’s related exercise files.
4 - First Program Hello World .docx60.7 KB 4 - First Program Hello World SOLUTION.docx
57.7 KB
Quick reference
First Program: Hello World
The first program that all new coders write is always "Hello World!"
When to use
You'll only do this once when you first learn a new programming language.
Instructions
Visual Studio will write the code for you, but the key line of code that makes the text "Hello World!" appear is:
Console.WriteLine("Hello World!");
Login to downloadLesson notes are only available for subscribers.