Hey...
I was writing this code as a little project to help me study the presidents, (right now I only coded for the first ten). I never get "if (flag)" to be true.
I had it print the contents of InputString and it is fine. For some reason it won't properly compare the strings in lines 34-49. Thanks guys...
Oh wait.... I tried it again and it worked... Thanks! but one more thing, ff I have my strings include a space it doesn't work. I think the space is terminating the string early, but I don't know how I would fix it besides adding dashes.... any ideas?