0
Hello everyone May i ask something?
I have been building a simple calculator. It works.but the system still shows that it is not perfect and there might be corner cases? What do corner cases mean?
5 Answers
0
A corner case means a case that can happen outside of normal usage of your app. you have to handle all the possible inputs the user can enter
0
Can you list a few beside numbers and letters? Thank you so much
0
And symbols also
0
did you handle if the user divides by zero?
0
Yes i did but there are so many possibilities how can i remember them all?