Programming Constructs in C#
In this session, we will discuss about the commonly used programming constructs like if-else, Switch-case, for, while, do-while loops.
Data Types and Variables
Data Types are an integral part in any programming language. It represents how to express numbers, characters, strings, decimal point values etc. To illustrate, if you want to express 25 in C#, you can write a code as shown below:
