Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started