The SimpleCalculator class, as its name implies, implements the functionality of a simple calculator (one that can add, subtract, and multiply integers). A SimpleCalculator object:
a) Should only perform addition
b) Should only perform subtraction
c) Should only perform multiplication
d) Should perform addition, subtraction, and multiplication