I have to do this project in my C++ class but I am not certain how, any tips or hints would be appreciated.
The problem reads as follows...
"declare a character array named Alpha and initialize it to ABCDE...
In your program, include a loop that replaces one character at a time with the lowercase letters a-z. Print the character array to the screen during each iteration of the loop.