I am wondering how to do it in a way so that the user can both opt out of entering integers, and so that if the user does not enter an integer, it will catch it and re-prompt them without ending the program. I need the scanner to take in both int and string types. Is there a way to do this? Or a way around it?I am wondering how to do it in a way so that th