![]() |
Each unit is implemented as a subroutine or function
This technique is called modular programming and it will be illustrated in more details soon
NOTE: it is OK to re-use a variable for loop index
So in general, a functionality is implemented by a set of subroutines and/or functions (rather than a single subroutine and/or function)