Question: ASSIGNMENT 3B Write a program [YourName-Assignment3B (replace [YourName] with your actual name, no spaces) that reads a list of concepts/strings from the LIST.txt text file
![ASSIGNMENT 3B Write a program [YourName-Assignment3B (replace [YourName] with your actual](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f3aa957ab2b_94866f3aa94ef48a.jpg)

ASSIGNMENT 3B Write a program [YourName-Assignment3B (replace [YourName] with your actual name, no spaces) 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: All the concepts from the array 2. 1. All the concepts from the array in alphabetical order (without using any predefined sorting functions or editing the LIST file) 3. All the concepts from the array that contain spaces 4. All the concepts from the array that contain the letter A (small or large caps) . All the concepts from the array that end with a consonant In addition to the complete CPP code (IYourNamel-Assignment3B.cpp), you should submit a screenshot Word document (YourNamel-Assignment3B.docx) that contains screenshots of your full C++ code (take multiple screenshots if the code is larger than one screen), and the full console output (take multiple screenshots if the output is larger than one window) Submit your YourName]-Assignment3B.cpp and YourNamel-Assignment3B.docx files under Assignment3B on eCampus
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
