You will be greeted with this text.
Your code will go in between the brackets market with the red arrow.
Now click between the two lines and type in the following...
Note that capitols and spelling is very important.
Type in Console.Writeline, this will tell the computer that your console program
is writing a line of text. After Console.Writeline put ("Good Morning World!"); be sure to include ;
to tell the computer that line is finished. Next type Console.Readline() to tell it to read your text.
Your final product should look like this...
Now Click Start and your program should look somthing like this.
Congradulations, You have now have output!
Click Me to go back to the main page!