This is a calculator. But there are some setbacks :( I will remove these when I can but right now I haven't. --------------------------------------------------------------------------------- Symbols you need to use for a function: X is multiplication / is division - is subtraction + is addition ( is to start a parentheses set ) is to close a parentheses set
Limitations lists: 1. You can only add, subtract, multiply, and divide 2. You can only use positive double digit numbers and positive single digit numbers 3. You can't have a parentheses set in a parentheses set example: You can't do: (4+(5-2)) --------------------------------------------------------------------------------- All code is by me