Lesson 1 - Types, Variables & Conditions
Objectives
-
Learn about variables: C# Variables.
-
Learn about C# basic types (
int
,double
,bool
) and strings: C# Data Types. -
Learn about boolean operators (
&&
,||
,!
) and expressions: C# Logical Operators. -
Learn about the
if
statements: C# If … Else.
Home Assignments
-
* Minutes
-
Learn to use the Git client integrated into Visual Studio: How Visual Studio makes version control easy with Git
- Bonus Points: Understand the core Git concepts underneath: Pro Git book