This chapter is about the basics of the C# programming language. You will learn how to write statements using the grammar of C#, some of the common vocabulary that you will use every day, how to temporarily store information in your computer's memory, and how to perform simple operations on that information.
This chapter covers the following topics:
- Understanding C# basics
- Declaring variables
- Building console applications
- Operating on variables