Calculator icon indicating copy to clipboard operation
Calculator copied to clipboard

Consecutive Operators and Decimal

Open amolgorithm opened this issue 2 years ago • 2 comments

The application does not handle the case where the user could press multiple operators consecutively, to basically "string" them together succesively.

For example, the user could press the '+' button 5 times then the 'x' button 3 times, ultimately resulting in an error. Perhaps the application should disable the user's ability of clicking an operator or decimal button twice or more in a row? A simple conditional could prevent the user from doing this.

issue

amolgorithm avatar Nov 27 '23 02:11 amolgorithm

I will fix this issue, @zxcodes could you assign me this?

AlibekAbdunasimov avatar Dec 12 '23 20:12 AlibekAbdunasimov

Hey ! I have solved this issue. Can you please merge the request

Shivani-Sharma-23 avatar Dec 29 '23 12:12 Shivani-Sharma-23