C#
Pathway: Programming
#kids

1. Understand the basic syntax and structure of a C# program.
Learning Targets:
1. Identify main components of a C# program such as using directive, namespace, class, and Main method.
2. Write a simple C# program that prints a message to the console.
Modules
1. Introduction to C# Syntax
1. 1. Understanding C# Program Structure
Learning Outcomes:
1. Identify main components of a C# program such as using directive, namespace, class, and Main method.
1. 2. Writing Your First C# Program
Learning Outcomes:
1. Write a simple C# program that prints a message to the console.
2. Create basic C# applications using variables and data types.
Learning Targets:
1. Define and use variables of different data types such as int, string, and bool.
2. Perform simple arithmetic operations and store results in variables.
Modules
1. Working with Variables and Data Types
1. 1. Introduction to Variables in C#
Learning Outcomes:
1. Define and use variables of different data types such as int, string, and bool.