/Calculator

Stanford University Winter 2015, Assignment 1 (iOS)

Primary LanguageSwift

Calculator

Stanford University Winter 2015, Assignment 1 (iOS)

Provides RPL (Reverse Polish Notation) calculator, where numbers are entered first then operations. For example, to add 6 and 4, you would:

6 Enter, 4, Enter, +

or 6 Enter, 4 +

This assignment covers all the required tasks including the ones listed under extra credit.