November 2021
Intermediate to advanced
826 pages
20h 10m
English
This chapter is all about the basics of the C# programming language. Over the course of this chapter, you'll learn how to write statements using the grammar of C#, as well as being introduced to some of the common vocabulary that you will use every day. In addition to this, by the end of the chapter, you'll feel confident in knowing how to temporarily store and work with information in your computer's memory.
This chapter covers the following topics:
This part of the book is about the C# language—the grammar and vocabulary that you will use every day to write the source ...