C# Intermediate

View Syllabus
While loop, Methods
1 Repairing Noname
While loop, Methods
Arrays. Scopes.
2 Victory is close
Arrays. Scopes.
const, var
3 Wonderland
const, var
input validation, Modulus, Math
4 Career raise opportunity
input validation, Modulus, Math
Type conversion, out, ref
5 Infinity
Type conversion, out, ref
switch, C# test
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