Program structure
Appearance
Structured/hierarchical programmming divides complex programming problems and breaks them down into a number of smaller, simpler task. Eash task is performed by a function in which code a variables are isolated from the rest of the program..