What you’ll learn
-
Understand the basic syntax and structure of C# programming language
-
Write a “Hello World” program in C#
-
Handle input and output in C#
-
Use variables and constants in C#
-
Convert between different data types
-
Perform mathematical operations
-
Work with strings and boolean values
-
Use decision-making structures like if/else statements and switch statements
-
Implement loops such as for loops and while loops
-
Work with arrays and methods
-
Understand the concept of method overloading
-
Have a foundational understanding of object-oriented programming (OOP)
