- Hands-On Object:Oriented Programming with C#
- Raihan Taher
- 48字
- 2021-07-02 12:44:35
Programming syntax – conditions
Conditions are one of the most common building blocks of any program. A program cannot have single dimensions; comparison, jumps, and breaks are the most common forms of practice in C#. There are three types of conditions available:
- if...else
- switch-case
- goto (lumps without condition)