Hello,
Can you help me write code that can loop characters in series such as:
First
Second
Third
Fourth
and so on...
It has to be in a for loop or array or something and everytime the it loops the next word in series will be displayed.
Thanks!
Put the strings in an array or vector then loop through the array or vector