What's supposed to happen is it is supposed to take the parameters (argv) and output only the letters from a list of letters and numbers, so when I input: I 223 H a d 4 it should output:
I
H
a
d
buuut it doesn't. it actually outputs all of the letters and numbers. I'm using Visual Studio, and I'm beginning to think that this might be an IDE issue. could someone perhaps try to run this code and see what gives? thanks in advance.
I was surprised that it worked the way he wanted it to on ubuntu since yeh, line 5 is part of the first loop and presumably would have printed everything there too.