1 - 1 Overview and C# History
1 - 1 Overview and C# History
1 - 1 Overview and C# History
Objectives
3
Define a C# program and discuss how do we
create a program.
2
C# Defined
3
C# Defined
4
C# Defined
5
Program Structure
• Lower case
• Case SENSITIVE
• “I need Curly Brackets! { }”
• “I love semicolons ;”
• Close curly brackets }
• Variable Declaration:
string name = “C#”;
6
Program Structure
7
What is a Program?
• a sequence of precise
instructions which led to a
solution
• Some approximately
equivalent words are recipe,
method, directions,
procedure and routine
10
References
11