I need to do some error handling in c++ that not only corrects a user if they enter a negative number, but also if they enter a letter or string. I need to use .at(), .length(), and atoi to handle this. I'm not sure how/where to implement those is the problem. What I have so far asks the user 5 times to guess the number, however as mentioned before, I'm unsure of where to put .at(), .length, and atoi so that everything doesn't crash and burn when I do. Thanks for the help!