PAGE--74

VOCAB

  1. subroutines:blocks of code
  2. Define:define a subroutines means writing the code
  3. call:calling a subroutines means writing the code
  4. procedure:is a subroutine that carries out actions
  5. Function:is a subroutine that returns (make) a new value

KNOWLEGE POINTS

Example:

Example:

Example: