Programs are built from components
Programs are built from components
A program is built from structural components: parts with specific jobs such as storing data, choosing a path, repeating steps, or splitting work into smaller tasks. When you can spot these building blocks, code becomes easier to read and explain.