Module 6: Controlling the flow of code using conditional statements and loops
In this module you will be able to learn: What flow control is and the multiple mechanisms by which you can direct the execution of your code What branching and conditionals are and how to use IF, ELSE and ELIF statements as testing conditions What loops are and how to create a loop using FOR and WHILE statements Which keywords you should use inside conditional statements and loops to maintain the flow of code What nesting is and how to nest conditional statements and loops ...