Adds two numbers
Consists of the first operand of the addition
Consists of the second operand of the addition
The addition of the two numbers firstNumber and secondNumber
firstNumber
secondNumber
add(1, 7) = 8 Copy
add(1, 7) = 8
Adds two numbers