Link Search Menu Expand Document

Lesson 1 - Types, Variables & Conditions

Objectives

  1. Learn about variables: C# Variables.

  2. Learn about C# basic types (int, double, bool) and strings: C# Data Types.

  3. Learn about boolean operators (&&, ||, !) and expressions: C# Logical Operators.

  4. Learn about the if statements: C# If … Else.

Home Assignments

  1. Max Value

  2. Grades

  3. * Minutes

  4. Learn to use the Git client integrated into Visual Studio: How Visual Studio makes version control easy with Git

    1. Bonus Points: Understand the core Git concepts underneath: Pro Git book