3.Lesson 2: Operators, Types, and Variables #

This lesson introduces C# operators, types, and variables. Its goal is to meet the following objectives:

  • Understand what a variable is.
  • Familiarization with C# built-in types.
  • Get an introduction to C# operators.
  • Learn how to use Arrays.
Suggest Edit