2 Write Function Named Insertmanager Prompts User Enter Data New Colleges Inserts List Fun Q37117939

code in C++
2. Write a function named insertManager() that prompts the user to enter data about new colleges, and inserts them into the l2. Write a function named insertManager() that prompts the user to enter data about new colleges, and inserts them into the list. This function is similar to searchManager() or deleteManager(). Reject duplicates. Some error checking is required. For instance, ABCD is not a valid input for the number of students: it must be a positive integer; -1987 is not a valid input for a year. You could also set a range for the establishment

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.