sanjib / Calculator

Stanford University Winter 2015, Assignment 1 (iOS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Stanford University Winter 2015, Assignment 1 (iOS)


Languages

Language:Swift 100.0%