In this module, we are going to explore the topic of Control structures:
Conditional statements (if, else) and their usage in Solidity
Looping structures (for, while, do-while) and their application in Solidity
Loop control in Solidity (break, continue)