Warning: Trying to access array offset on value of type bool in /home/topgsnkq/timelyhomework.com/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 570

computer

The program should contain the following exact functions (exact name, parameters names, parameters type, parameter order, returned values, functionality) in this exact order:A ReadConcepts 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:void ReadConcepts(string Concepts[100], int &Number)A PrintConcepts function that prints all the concepts from the array, one concept per line. The functionshould receive the array of concepts and the number of concepts as parameters and should not return anyvalues:void PrintConcepts (string Concepts[100], int Number)A SortConcepts function that sort the array using the method from the textbook or practice exercises,without using any predefined functions or other sorting methods. The function should receive the array ofconcepts and the number of concepts as parameters and should not return any values:void SortConcepts (string Concepts[100], int Number)The main function should do all of the following in this order:▪  call the ReadConcepts function to read the concepts from the file and store them into an arrayArrayConcepts and determine the NumberConcepts of concepts,▪  call the PrintConcepts for ArrayConcepts and NumberConcepts▪  call the SortConcepts to sort the ArrayConcepts and▪  call PrintConcepts to print the sorted ArrayConcepts.You should solve the problem in C++ using only concepts studied in class so far and without using any global variables.

 
"Looking for a Similar Assignment? Order now and Get 10% Discount! Use Code "GET10" in your order"

If this is not the paper you were searching for, you can order your 100% plagiarism free, professional written paper now!

Order Now Just Browsing

All of our assignments are originally produced, unique, and free of plagiarism.

Free Revisions Plagiarism Free 24x7 Support