- Basic Syntax:The first step Learning C# is understand the concept of syntax, including data types, variables, and operators, it means need to understand flow of language.
- Control Statements:This is decision making Statements so Understand conditionals like if/else and loops like for and while.
- Basic Input/Output: Understand how we can take a input from user and respond to them so Practice reading from the console and displaying output.