Please note, this blog entry is from a previous course. You might want to check out the current one.
Neither of your MVCs in this assignment is allowed to have CalculatorBrain appear anywhere in its non-private API.
For now we have only the calculator view controller, make sure to make the calculator brain private:
private var brain = CalculatorBrain()
The complete code for the task #4 is available on GitHub.