Early calculators could only perform one operation: addition. To compute 7 times 3, for example, users had to add repeatedly.

Let's improve this calculator by coding a multiply() method that abstracts away these repeated `add() calls.