First post here
Anyway,this is the first ever C++ class I have taken so forgive me for the questions that may seem so simple.
I have to writa a program that reads from a file a list of books. All the books are in all caps and I have to make just the first letter capital. Also I have to do this using a loop, whether its a do loop, while loop, or for loop. Any help would be nice and thanks in advance.