Introduction to Functions

Introduction to functions.

We'll cover the following...

Background

In programming, you often need to carry out a specific task multiple times within a program. Loops help us execute the same set of instructions up to a certain number of times. However, sometimes you need to ...