hello,
I am a beginner in C++. I am trying to make a code that involves a string vector randomly selecting 1 to 3 elements from another string vector and then shuffling them such that:
Enter word: alpha bravo charlie delta
Result: plahdatlea (alpha and delta)
The user should then be able to type in the correct words which are stored in memory.
As I have said, I am still a beginner there are many things I dont know.