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!
C# (say "C Sharp") is a programming language used to make all sorts of cool things!
Many popular games are made with C#. You could make your own video game!
Create fun apps for phones and computers that people will love to use.
Program robots to move, dance, and do cool tricks with C#.
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? 😊");
}
}
Click the button to see the result!
Test what you've learned with this fun quiz!
Check out these awesome resources to become a C# pro!
Learn from the people who made C#! Lots of examples and explanations.
Step-by-step lessons to start coding your first C# program today.
Watch and learn! Fun video tutorials that show you how to code in C#.
Learn C# while playing games! Solve puzzles and have fun coding.
Get cool C# tips and fun coding ideas sent to your email!
We'll never share your email. You can unsubscribe anytime!