C# Entry Level
View Syllabus
1 Brave new world
Introduction. First code lines
2 The Mission
Hardware. Comments. C# benefits. String interpolation
3 Back to the streets
C# program structure. If statement
4 Who is who
bool type. Console input.
5 Find the basement
.NET Framework. for loop
6 Talk in the big kitchen
double, float, char
Welcome to CodeEasy Elementary C# course! You are now at the very beginning of the fascinating story which will take you to the world of programming. You don't need any special programming skills or any prior knowledge to start it! It can be useful to learn first, how to use CodeEasy. Follow Teo’s story and you will learn the basics of C# programming step-by-step.
You will learn:
- C# program structure;
- basic data types: bool, int, char, double, float;
- if statement;
- console input and output;
- for loop; string manipulations.