subhoney / VisualCalculator

A calculator coded in C#. Codenamed: "Joshulator"
MIT License
0 stars 3 forks source link

ButtonClicks: Chain? #1

Closed subhoney closed 8 years ago

subhoney commented 8 years ago

Problem

User does this: [3] [3] [+] [3] [enter]

Display should read: [36]

User does this

[+] [3] [enter]

Display should read: [39]

How can you "chain" operations though an [enter]?

Figure it out.

subhoney commented 8 years ago

Kinda done. Need some help on updated operations.