This file contains the test results for the main program. ---[Test 1: Adding strings]--- String playground MK1 There are currently 0 strings in the array. 1) Add a string 2) Print current strings 3) Search for a substring 4) Delete a string 5) Exit 1 Enter string: Hello! There are currently 1 strings in the array. 1) Add a string 2) Print current strings 3) Search for a substring 4) Delete a string 5) Exit 1 Enter string: Testing Testing 123 There are currently 2 strings in the array. 1) Add a string 2) Print current strings 3) Search for a substring 4) Delete a string 5) Exit 5 C:\Users\jorda\Source\Repos\cst116-lab7-JordanHT-OIT\Debug\CST116F2021-Lab7.exe (process 11996) exited with code 0. To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops. Press any key to close this window . . . ---[Test 2: Adding & displaying strings]--- String playground MK1 There are currently 0 strings in the array. 1) Add a string 2) Print current strings 3) Search for a substring 4) Delete a string 5) Exit 1 Enter string: Testing 1 2 3 There are currently 1 strings in the array. 1) Add a string 2) Print current strings 3) Search for a substring 4) Delete a string 5) Exit 1 Enter string: Hello world! There are currently 2 strings in the array. 1) Add a string 2) Print current strings 3) Search for a substring 4) Delete a string 5) Exit 1 Enter string: This is a test. There are currently 3 strings in the array. 1) Add a string 2) Print current strings 3) Search for a substring 4) Delete a string 5) Exit 2 1 - Testing 1 2 3 2 - Hello world! 3 - This is a test. There are currently 3 strings in the array. 1) Add a string 2) Print current strings 3) Search for a substring 4) Delete a string 5) Exit 5 C:\Users\jorda\Source\Repos\cst116-lab7-JordanHT-OIT\Debug\CST116F2021-Lab7.exe (process 8992) exited with code 0. To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops. Press any key to close this window . . . ---[Test 3: Substring Finding 1]--- String playground MK1 There are currently 0 strings in the array. 1) Add a string 2) Print current strings 3) Search for a substring 4) Delete a string 5) Exit 1 Enter string: Hello! There are currently 1 strings in the array. 1) Add a string 2) Print current strings 3) Search for a substring 4) Delete a string 5) Exit 1 Enter string: This is a test. There are currently 2 strings in the array. 1) Add a string 2) Print current strings 3) Search for a substring 4) Delete a string 5) Exit 1 Enter string: Oxygen There are currently 3 strings in the array. 1) Add a string 2) Print current strings 3) Search for a substring 4) Delete a string 5) Exit 1 Enter string: CST116-01P There are currently 4 strings in the array. 1) Add a string 2) Print current strings 3) Search for a substring 4) Delete a string 5) Exit 2 1 - Hello! 2 - This is a test. 3 - Oxygen 4 - CST116-01P There are currently 4 strings in the array. 1) Add a string 2) Print current strings 3) Search for a substring 4) Delete a string 5) Exit 3 Enter string to search: yge The string "yge" was found in srting "Oxygen" which is in position 3 There are currently 4 strings in the array. 1) Add a string 2) Print current strings 3) Search for a substring 4) Delete a string 5) Exit 3 Enter string to search: is a The string "is a" was found in srting "This is a test." which is in position 2 There are currently 4 strings in the array. 1) Add a string 2) Print current strings 3) Search for a substring 4) Delete a string 5) Exit 5 C:\Users\jorda\Source\Repos\cst116-lab7-JordanHT-OIT\Debug\CST116F2021-Lab7.exe (process 11148) exited with code 0. To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops. Press any key to close this window . . . ---[Test 4: Substring Finding 2]--- String playground MK1 There are currently 0 strings in the array. 1) Add a string 2) Print current strings 3) Search for a substring 4) Delete a string 5) Exit 1 Enter string: The first line! There are currently 1 strings in the array. 1) Add a string 2) Print current strings 3) Search for a substring 4) Delete a string 5) Exit 1 Enter string: This is the second line There are currently 2 strings in the array. 1) Add a string 2) Print current strings 3) Search for a substring 4) Delete a string 5) Exit 1 Enter string: Testing this program uses a lot of console space. There are currently 3 strings in the array. 1) Add a string 2) Print current strings 3) Search for a substring 4) Delete a string 5) Exit 1 Enter string: Last line of the test There are currently 4 strings in the array. 1) Add a string 2) Print current strings 3) Search for a substring 4) Delete a string 5) Exit 3 Enter string to search: ace The string "ace" was found in srting "Testing this program uses a lot of console space." which is in position 3 There are currently 4 strings in the array. 1) Add a string 2) Print current strings 3) Search for a substring 4) Delete a string 5) Exit 3 Enter string to search: Last The string "Last" was found in srting "Last line of the test" which is in position 4 There are currently 4 strings in the array. 1) Add a string 2) Print current strings 3) Search for a substring 4) Delete a string 5) Exit 3 Enter string to search: Not here No match found There are currently 4 strings in the array. 1) Add a string 2) Print current strings 3) Search for a substring 4) Delete a string 5) Exit 5 C:\Users\jorda\Source\Repos\cst116-lab7-JordanHT-OIT\Debug\CST116F2021-Lab7.exe (process 3316) exited with code 0. To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops. Press any key to close this window . . . ---[Test 5: Deleting strings]--- String playground MK1 There are currently 0 strings in the array. 1) Add a string 2) Print current strings 3) Search for a substring 4) Delete a string 5) Exit 1 Enter string: This is the first line There are currently 1 strings in the array. 1) Add a string 2) Print current strings 3) Search for a substring 4) Delete a string 5) Exit 1 Enter string: This is the second line There are currently 2 strings in the array. 1) Add a string 2) Print current strings 3) Search for a substring 4) Delete a string 5) Exit 1 Enter string: This is the third line There are currently 3 strings in the array. 1) Add a string 2) Print current strings 3) Search for a substring 4) Delete a string 5) Exit 1 Enter string: This is the last line There are currently 4 strings in the array. 1) Add a string 2) Print current strings 3) Search for a substring 4) Delete a string 5) Exit 2 1 - This is the first line 2 - This is the second line 3 - This is the third line 4 - This is the last line There are currently 4 strings in the array. 1) Add a string 2) Print current strings 3) Search for a substring 4) Delete a string 5) Exit 4 Select a string to remove: 4 There are currently 3 strings in the array. 1) Add a string 2) Print current strings 3) Search for a substring 4) Delete a string 5) Exit 2 1 - This is the first line 2 - This is the second line 3 - This is the third line There are currently 3 strings in the array. 1) Add a string 2) Print current strings 3) Search for a substring 4) Delete a string 5) Exit 4 Select a string to remove: 2 There are currently 2 strings in the array. 1) Add a string 2) Print current strings 3) Search for a substring 4) Delete a string 5) Exit 2 1 - This is the first line 2 - This is the third line There are currently 2 strings in the array. 1) Add a string 2) Print current strings 3) Search for a substring 4) Delete a string 5) Exit 5 C:\Users\jorda\Source\Repos\cst116-lab7-JordanHT-OIT\Debug\CST116F2021-Lab7.exe (process 1324) exited with code 0. To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops. Press any key to close this window . . .