When we want the computer to do something with a piece of information, we put it in between parentheses, ( and ).

Great! The Console.WriteLine () will display the words we gave it in parentheses.

Start out with ( and end with ). Add "Hello, World!" in between parentheses since it's the information we want printed in the console.