sam-matthews / iOSCalculator

An iOS Calculator - used as a learning exercise
0 stars 0 forks source link

Allow app to continually perform calculations when an operator is selected. #4

Open sam-matthews opened 7 years ago

sam-matthews commented 7 years ago

Currently when "=" is selected an answer is given. No more calculations is allowed after this point. This should be changed so that:

When an operator is selected the answer is given and more numbers are allowed. This will continue on and on and on.