IntroductionLesson 1: Getting Started with C#Lesson 2: Operators, Types, and VariablesVariables and TypesThe Boolean TypeIntegral TypesFloating Point and Decimal TypesThe string TypeEscape SequencesC# OperatorsThe Array TypeSummaryLesson 3: Control Statements - SelectionThe if StatementThe if-else statementThe switch StatementBranching StatementsLesson 4: Control Statements - LoopsThe while LoopThe do while LoopThe for LoopThe foreach LoopLesson 5: MethodsMethod StructureLesson 6: NamespacesNamespace DeclarationLesson 7: Introduction to ClassesClassesLesson 8: Class InheritanceLesson 9: PolymorphismPolymorphismLesson 10: PropertiesOverview of PropertiesCreating Auto-Implemented PropertiesCreating a Write-Only PropertyCreating Read-Only PropertiesEncapsulating Type State with PropertiesTraditional Encapsulation Without PropertiesLesson 11: IndexersIndexersOverloaded IndexersInheritance 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. Was this helpful? Yes No Suggest edit « Lesson 1: Getting Started with C#Variables and Types » Suggest Edit Captcha : Submit