1. Start with analysing the problem by using a flowchart'pseudo code. 2. As mention above, build a C++ program based on the appropriate method/function. You are free to create your own menu and...


1. Start with analysing the problem by using a flowchart'pseudo code.<br>2. As mention above, build a C++ program based on the appropriate method/function. You are free<br>to create your own menu and display.<br>Consider the following case:<br>You have been appointed as a teacher of 3 Gemilang class in SMK Tanjung Malim. Please create a<br>program that can keep the name list of your students in the class. The list must consist of two lists, first<br>list is for all female student's names and the second list is for all male student's names.<br>You must also provide the list of all the student's name. In order to do that, you need to merge both of<br>the list together. The name in the list needs to be sorted alphabetically.<br>The program must consist of the following method function:<br>a) menu() – as interface for the user<br>b) add list(string) – to add name to the list<br>c) sort list) – to sort the name in the list<br>d) show list() - to display the lists<br>e) search list(string) – to search a name in the list<br>f) merge list(listl, list2) – to display list of students name (merge list)<br>g) delete list) – to delete name<br>

Extracted text: 1. Start with analysing the problem by using a flowchart'pseudo code. 2. As mention above, build a C++ program based on the appropriate method/function. You are free to create your own menu and display. Consider the following case: You have been appointed as a teacher of 3 Gemilang class in SMK Tanjung Malim. Please create a program that can keep the name list of your students in the class. The list must consist of two lists, first list is for all female student's names and the second list is for all male student's names. You must also provide the list of all the student's name. In order to do that, you need to merge both of the list together. The name in the list needs to be sorted alphabetically. The program must consist of the following method function: a) menu() – as interface for the user b) add list(string) – to add name to the list c) sort list) – to sort the name in the list d) show list() - to display the lists e) search list(string) – to search a name in the list f) merge list(listl, list2) – to display list of students name (merge list) g) delete list) – to delete name

Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here