C# Intermediate
View Syllabus

1 Repairing Noname
While loop, Methods

2 Victory is close
Arrays. Scopes.

3 Wonderland
const, var

4 Career raise opportunity
input validation, Modulo, Math

5 Infinity
Type conversion, out, ref

6 The truth
switch, C# test
If you haven’t learned yet, check out how to use CodeEasy! The story continues, Teo learns how the world functions in the future and finds a way to travel back in time. This is a detailed, deeper C# tutorial, which assumes that you have finished the Elementary course.
You will learn:
- the while loop;
- methods;
- arrays;
- scopes;
- constants;
- var keyword;
- math library in C#;
- type casts;
- ref and out modifiers;
- switch operator