0
If I create a variable with an input that only receives integer numbers (int) and put other types of numbers or even letters, it will generate an error and the program will terminate.
I was wondering if you have a way to replace the bug with a custom error message, without shutting down the program.
I’m sure it’s duplicate, but I haven’t found the existing question.
– Victor Stafusa