Summary
In this chapter, we basically saw how to work with conditional if...else
statements running through the complex conditionals using functions such as contains
, complex
, and boolean
. We went through the intricacies of switch
, case
, and break
with the help of programs; also, we dived deep into how to use the loop functionality using the while
, do...while
, and for
loops.
In the next chapter, we'll look at something called a data structure.