Write a program that reads a list of conceptsstrings from


Problem

Write a program that reads a list of concepts/strings from the LIST.txt text file (one concept per line), stores them into an array of strings, and then prints the following concepts (one per line):

1. All the concepts from the array
2. All the concepts from the array that contain spaces
3. All the concepts from the array that start with a consonant
4. All the concepts from the array that contain the letter A (small or large caps)
5. All the concepts from the array in alphabetical order

In addition to the full project folder (compressed into a ZIP archive), you should submit a screenshot word document that contains screenshots of your full C++ code (take multiple screenshots if the code is larger than one screen), the console output from all 5 requested items (take multiple screenshots if the output is larger than one screen).

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Write a program that reads a list of conceptsstrings from
Reference No:- TGS02779599

Expected delivery within 24 Hours