Let's Learn C#!

Programming is like magic! With C#, you can create games, apps, and so much more. Let's start the fun!

Look at this cool code:

using System;


class HelloWorld

{

  static void Main()

  {

    Console.WriteLine("Hello, Young Coders!");

  }

}

This code says "Hello" to all young programmers!

Let's Start

What is C#?

C# (say "C Sharp") is a programming language used to make all sorts of cool things!

Games!

Many popular games are made with C#. You could make your own video game!

Apps

Create fun apps for phones and computers that people will love to use.

Robots!

Program robots to move, dance, and do cool tricks with C#.

Try Some Code!

simple-program.cs

using System;


class CountingGame

{

  static void Main()

  {

    // Let's count to 5!

    for (int i = 1; i <= 5; i++)

    {

      Console.WriteLine(i);

    }


    Console.WriteLine("Ready for more? 😊");

  }

}

What does this code do?

Click the button to see the result!

C# Quiz Time!

Test what you've learned with this fun quiz!

1. What does C# let you create?

2. What symbol do we use to write comments in C#?

3. Which one is a C# keyword?

Learn More!

Check out these awesome resources to become a C# pro!

Stay Updated!

Get cool C# tips and fun coding ideas sent to your email!

We'll never share your email. You can unsubscribe anytime!