When inputting an expression to evaluate, the calculator disallows more than one operator. However, it's possible to input an operator before any numbers, and then more operators are disallowed.
For example, you can input /1, and no new operators can be entered. Identify and fix this problem
When inputting an expression to evaluate, the calculator disallows more than one operator. However, it's possible to input an operator before any numbers, and then more operators are disallowed. For example, you can input
/1
, and no new operators can be entered. Identify and fix this problem100 pts