When you use cin to input an integer or double and the user inputs a character the program goes into an infinite loop. I have researched this online and seen that some have suggested using isdigit()...