Allow for other operations. (Implementing the use of ()'s and/or precedence is way beyond the level of the programming covered this far in the course. Don't do it).
Display the result as you go
Allow the program to clear the current value and start over again.
Deleted:
< <
Add a memory function. One instruction for same the current result to the clipboard. Another method for using that result (instead of an inputted number) for the operation. Also allow for the retrieving of the value in the clipboard.
\ No newline at end of file
Added:
> >
Add a memory function. One instruction for saving the current result to the clipboard. Another method for using that result (instead of an inputted number) for the operation. Also allow for the retrieving of the value in the clipboard.