Luis has a simple calculator that has buttons for the digits 0 through 9, each of the 4 basic operations (+, - ,*,/ ), and an '=' button. Luis pushes a digit followed by the '+' sign, followed by another digit, followed by the '-' sign, followed by another digit and then the '=' sign. How many different answers could Luis get? Need unique answers.

28