CSharp
Day 4: Loops (for, while, foreach)
Learn how to repeat tasks automatically using loops to make your programs efficient.

Day 3: Conditionals (If, Else, Switch)
Learn how to make your program decide what to do based on conditions.

Day 2: Variables and Data Types
Understand and use variables (placeholders for values) and data types (what kind of value a variable can hold).

Day 1: Setting up C# and .NET
Get your development environment ready and write your very first C# program (Hello World).

