Skip to content

Commit

Permalink
Update overview.md
Browse files Browse the repository at this point in the history
  • Loading branch information
noirdeer committed Nov 20, 2018
1 parent c790239 commit 4aecd27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Chapter 4.2. More Complex Conditions – Exam Problems

The previous chapter introduced you to **nested conditions** in C#. Via nested conditions, the program logic in a particular application can be represented using **`if` constructions**, that are nested one into another. We also reviewed the **`switch-case`** construction, that allows selecting from a list of options. Now we are going to do some exercises and make sure we have in-depth understanding of the material, by examining a number of more complex problems that had been given to students on exams. Before moving to the tasks, let's first remind ourselves what nested conditions are.
The previous chapter introduced you to **nested conditions** in C#. Via nested conditions, the program logic in a particular application can be represented using **`if` constructions**, that are nested one into another. We also reviewed the **`switch-case`** construction, that allows selecting from a list of options. Now we are going to do some exercises and make sure we have in-depth understanding of the material, by examining a number of more complex problems that had been given to students on exams. Before moving to the tasks, let's first recall what nested conditions are.

0 comments on commit 4aecd27

Please sign in to comment.