Saturday, May 22, 2010

C++ Alphabet?

Could any one please show me a code source or start me off in writing a code in C++ to show the letters of the Alphabet in uppercase lettters. Have the rest of the project done, just been sittin on this for a while now. thanks

C++ Alphabet?
I believe this would do it in C, but don't know about C++. The space in the middle of the string isn't needed, but I had to put it in because the word length on Yahoo Answers is limited to 30 chars.





#include %26lt;stdio.h%26gt;





main()


{


printf("ABCDEFGHIJKL MNOPQRSTUVWXYZ\n");


}

customer satisfaction survey

No comments:

Post a Comment