updated calculator-app

pull/259/head
codeSTACKr 5 years ago
parent 2ae9124a1a
commit af5ccbbba7

@ -26,9 +26,8 @@ button (for clear all).
digits in the entry pad. Entry of any digits more than 8 will be ignored. digits in the entry pad. Entry of any digits more than 8 will be ignored.
- [ ] User can click on an operation button to display the result of that - [ ] User can click on an operation button to display the result of that
operation on: operation on:
* the result of the preceding operation and the last number entered OR _ the result of the preceding operation and the last number entered OR
* the last two numbers entered OR _ the last two numbers entered OR \* the last number entered
* the last number entered
- [ ] User can click the 'C' button to clear the last number or the last - [ ] User can click the 'C' button to clear the last number or the last
operation. If the users last entry was an operation the display will be operation. If the users last entry was an operation the display will be
updated to the value that preceded it. updated to the value that preceded it.

Loading…
Cancel
Save