If you are trying to read to an int, but the user enters a character instead, the stream (cin) enters a failure state. All future operations will fail until (a) the character is successfully read,...