petervanhoef/Calculator

Task 6: Add description property containing sequence of operands and operations

petervanhoef opened this issue · 0 comments

Add a String property to your CalculatorBrain called description which returns a description of the sequence of operands and operations that led to the value returned by result (or the result so far if resultIsPending). The character = (the equals sign) should never appear in this description, nor should ... (ellipses).