Part 2: Introduction to Programming
This part focuses on the foundational pillars of programming. You will learn about various programming languages and algorithms and the basics of writing a computer program through a hands-on approach to the C# language.
This part has the following chapters:
- Chapter 4, Programming Languages and Introduction to C#
- Chapter 5, Writing Your First C# Program
- Chapter 6, Data Types in C#
- Chapter 7, Flow Control in C#
- Chapter 8, Introduction to Data Structures, Algorithms, and Pseudocode
- Chapter 9, Applying Algorithms in C#
- Chapter 10, Object-Oriented Programming