...

/

Introduction to Functions

Introduction to Functions

Get an overview of what will be covered about functions in this chapter.

We'll cover the following...

Overview

There are a number of useful concepts that we, as programmers, should always follow. One is to write code that is easy to read and understand. Another is to avoid duplicating code. When you start out ...