I have to enter 5 different words in my c++ program, then define the length and THEN output those words (from those 5 which I defined) which is similar with the length I defined. Maybe I explained difficult.. here's the example -->
-> user types 5 words: apple, bag, pineapple, crocs, x THEN user types a length, like 5 and THEN there is an output: apple, crocs. (Because other words length is not 5)