←to practical programming
Lecture
  1. Structure of a C#-program; Main method;
  2. Operators;
  3. Conditional statements if, switch and loops while, for, do-while;
  4. Scope of variables; Variable shadowing;
  5. Simple output with System.Console.Write method.
Reading
  1. C#-syntax / Program structure[];
  2. C#-syntax / Operators[];
  3. Note "scope"[];
  4. Math functions in the System.Math [] class;
  5. System.Console.Write[] method for simple output;
  6. Makefile automatic variables[]: $@ (the target), $< (the first prerequisite), $^ (all prerequisites);
Exercises
  1. Exercise "math".
  2. Exercise "epsilon".
  3. Questions "basics".
Hints: