Hello World

Conclusion

< Previous

In this tutorial you learned

  • The basic structure of a C# program
  • How to use Console.WriteLine
  • How to use using directives
  • How to use comments

In this tutorial you have learned that a minimal C# program consists of a single class with a Main() method. You have also learned aboutusing directives and have seen a brief example of how to print output to the console. In the next tutorial, we will learn more about the console.

 

In the next tutorial, "Using the Console" you will learn

  • How to use Console.Write
  • The differences between Console.Write and Console.WriteLine
  • How to write variables to the console
  • How to read input from the console using Console.Read and Console.ReadKey
  • How these features are used on SurveyBuilder.
Page 13 of 13
< Previous