Open TechEvolvace opened 2 months ago
Latest pull request and merge implemented functions that clearly show the input message changing for each calculator button input.
Most of the calculator operations work as expected in performing calculations and displaying the result in the calculator's input area.
The only operation that hasn't been working as expected is the factorial operation.
At the moment, it's clear that after an "=" is pressed for a long series of operations entered (as long as no factorial is entered), there will be a result that gets displayed.
In the input area of the calculator (green area of the calculator), display the number and operations entered by calculator buttons in input area of the calculator.
After an equal sign is entered, only the results is then displayed.
If there is an error with how the number or operations is entered, display a specific error message in a specific font.