string s = "BCDFGHJKLMNPQRSTVWXYZ"; //Y?
int i = 0;
while(i < s.length())
cout << s[i++] << endl;
(Yes, my teachers all got grey hair because of me. The most amusing one was my 1 line traveling salesman greedy algorithm in excel... ). Im a work smarter kind of guy.