Guest_imported
New member
- Jan 1, 1970
- 0
I am studying for a final and I have a practice exercise that wants me to display a string with one letter per line.
I am supposed to do this with a for, and while loop.
I can only get it to display all letters on one line.
cin.getline(stringName, 20);
for ( I am confused )
while ( still confused)
HELP !!!
I am supposed to do this with a for, and while loop.
I can only get it to display all letters on one line.
cin.getline(stringName, 20);
for ( I am confused )
while ( still confused)
HELP !!!