Coddy logo
Store
Leaderboard
menu icon
Loading...Creator image

Creator

Anonymous

C# Fundamentals

In this course, you will learn the basics of the C# (C sharp) programming language through actual coding exercises, designed especially for total beginners.

32 Lessons

31 Challenges

certification icon

With Certificate

Prerequisites

No prior knowledge required

Save for later

Introduction

Introduction

Hello World!

The Main class

Variables

Integers

Floats

Characters

Booleans

Strings

Recap Challenge #1

Recap Challenge #2

Operators

Arithmetic Operators

Increment & Decrement

Assignment Operators

Comparison Operators

Logical Operators

Recap Challenge #1

Recap Challenge #2

Decision Making

If

Else If

Recap Challenge #1

Recap Challenge #2

Basic IO

Output

Input

Recap Challenge #1

Loops

For

While

Break

Continue

Recap Challenge #1

Recap Challenge #2

Final Challenges

Guess the Number

Advanced Calculator