- The example you just saw was one example of the nested structures (or
sometimes called nested construct).
- What is nested construct? It is putting programming structures inside
another structure. In the example before, we put an if
inside another if.
- Of course we can put other construct as well and you can mix and match them
to suit your need.
- Remember this. You will definitely need this to construct more complex programs.
|