How can i add a negative number to the displayArray?
I am trying to create a calculator and I am unable to calculate negative numbers because my current logic splits displayValue using regular expressions to separate numbers and operators into displayArray.