You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The calculator engine should be able to evaluate simple formlas only consisting of numbers and addition.
It should be possible to also express compound formulas, such as:
The calculator engine should be able to evaluate simple formlas only consisting of numbers and addition.
It should be possible to also express compound formulas, such as:
42
1 + 2
1 + (2 + 3)
(1 + 2) + (3 + 4)
Acceptance Criteria
Follow from our definition of done.
The text was updated successfully, but these errors were encountered: