Question: please show two diffrrent codes if possible. URGENT the list is the second photo. ASSIGNMENT 3 Write a program that uses functions to read and

ASSIGNMENT 3 Write a program that uses functions to read and process the data from a formatted file. The program should contain the following exact functions (exact name, parameters names, parameters type. parameter order, returned values, functionality and no global variables or concepts not studied in class) in this exact order: 1. A Readconcepta function that reads a list of concepts/strings from the LIST.txt text file (one concept per line), stores them into an array of 100 strings called concepts, and count how many concepts are in the list and store in the reference parameter Number. The function should have two parameters (the array of concepts and a reference to the number of concepts in the array and should not return a value. 2. A Printal Concepts function that prints all the concepts from the array, one concept per line. The function should receive the array of concepts and the number of concepts as parameters and should not return any values. 3. An Enterstring function that prompt the user to enter a string with at least 2 characters, lets the user input a string, validates it (check if it has at least 2 characters - its length is at least 2), and if it is not, repeats the input of the string until it is a valid (has at least 2 characters) and returns it. The function should not have any parameters and should return the string 4. A Print ConceptsString function that prints all the concepts from the array that contain an occurrence of the exact string Searchstring, one concept per line. The function should receive the array of concepts, the number of concepts and the SearchString as parameters and should not return any values. 5. A Print Concepts Without String function that prints all the concepts from the array that do not contain the exact string Searchstring, one concept per line. The function should receive the array of concepts, the number of concepts, and the searchstring as parameters and should not return any values. 6. A Sort Concepts function that sort the array using the method from the textbook and practice exercises, without using any predefined functions or other sorting methods. The function should receive the array of concepts and the number of concepts as parameters and should not return any values. 7. The main function should do all of the exact following in this order: i. Call the Readconcepts function to read the concepts from the file and store them into the array Arrayconcepts and compute the Number Concepts of concepts, Call the printaticoncepts for decayconcepts and Number Concepts ili Call Enterstring for arrayConcepts and Number Concepts to enter a Searchstrial iv. Call Print Conceptsstring for arrayConcepts and Number Concepts and Searchesini above Call EnterString for Array Concepts and NumberConcepts to enter a Search String2 Call Print Concept althout String for Array Concepts, Number Concepts, and Search Sering vii. Call the sort.Concepts to sort the ArrayConcepts and vili Call Print Concepts again to print the sorted Arrayconcepts. You should write the program in Visual Studio 2019 using only concepts learned in class so far (Chapters 1 to 8. so, without data structures, pointers, and any other concepts not studied in class so far) You need to create and submit the following exact 2 files (names, functionality, and format, not archived): 1. YourName-Assignment3.cpp C++ source code file for the algorithm 2. Your Name-Assignment3-Screenshot.docx screenshots document containing screenshots of your entire code in Editor window and entire program output in Output window fif it does not fit on one screen or cannot be easily read, take multiple screenshots of the code window and of the output window) V vi. tvold ReadConcepts string Concepts 1100. Sumber) Ivoid Print All Concepts Istring Concepts 100). Int Number) atting EnterString() *void Print ConceptsString (string Concepts [100). Int Number, string SearchString! void Print ConceptsWithoutString (string Concepts [100], int Number, string Search String) vold Sort Concepts (string Concepts [100], int Number) Alabama Alaska Arizona Arkansas California Colorado Connecticut Delaware District of Columbia Florida Georgia Hawaii Idaho Illinois Indiana lowa Kansas Kentucky Louisiana Maine Maryland Massachusetts Michigan Minnesota Mississippi Missouri Montana Nebraska Nevada New Hampshire New Jersey New Mexico New York North Carolina North Dakota Ohio Oklahoma Oregon Pennsylvania Rhode Island South Carolina South Dakota Tennessee Texas Utah Vermont Virginia Washington West Virginia Wisconsin Wyoming American Samoa District of Columbia Guam Northern Mariana Islands Puerto Rico United States Virgin Islands
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
