So I'm making this program to take the absolute value of any integer that I give it. So I can't really make a sentinel with an in int value because that would be counter intuitive. My professor wants us to use "q" as the sentinel, but every time I enter "q" it run into an infinite loop.