This is seventh chapter from the course - C# and .NET For Beginners.
This chapter begins with introduction to loops. It covers some basic terms related to loops. Then it tries to explain the various iteration statements available in c#. The keywords while, for, do...while and foreach statements are explained in detail. Later this chapter explains a code example. This same code is written using these various iteration statements to help you understand the difference between the syntax.
The second section focuses on Jump statements. The keywords - goto, break, continue and return are covered in this section. After this, there are 3 code examples to explain how these keywords work. The code examples include:
Checking if number is even or odd
Checking if number is prime or not
Check if input string is palindrome or not
There is also an exercises section which provides some problem statements which you can try on your own.
-------------------------------------------------------------------------------------------
Let's Connect on:
Blog - https://thecodeblogger.com/
Twitter - / choudhari_manoj
GitHub - https://github.com/manoj-choudhari-git
-------------------------------------------------------------------------------------------
Make sure to SUBSCRIBE to the channel. A Big THANK YOU for helping me grow this channel !!