So this is a exercise for basic intro into programming. It involves a while loop. User is to input a string of upper or lower, and output will count the Uppercase.
My code works in counting the upper case in input string, say "AbbaIsAnnoying," but the output is what's looking screwy. I know I'm missing something simple, but I think my lack of experience may be missing it.