This file contains all of the console outputs from each question. 10.10 LBD Exercises #1: ---[Run 1]--- Please enter information for club 1 of 10: Club name (done to exit): Computer Systems Society Club president: Kim Cares Number of students: 49 Please enter information for club 2 of 10: Club name (done to exit): Society of Women Engineers Club president: Jeanie Queen Number of students: 51 Please enter information for club 3 of 10: Club name (done to exit): Sigma Tau Gamma Club president: Storm Drain Number of students: 241 Please enter information for club 4 of 10: Club name (done to exit): Trekkies Club president: C. Kirk Number of students: 230 Please enter information for club 5 of 10: Club name (done to exit): done Student Club President Students Budget Computer Systems Society Kim Cares 49 3675 Society of Women Engineers Jeanie Queen 51 3825 Sigma Tau Gamma Storm Drain 241 18075 Trekkies C. Kirk 230 17250 C:\Users\jorda\source\repos\CST_Testing\Debug\CST_Testing.exe (process 8644) 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 . . . ---[Run 2]--- Please enter information for club 1 of 10: Club name (done to exit): Test1 Club president: Name1 Number of students: 1 Please enter information for club 2 of 10: Club name (done to exit): Test2 Club president: Name2 Number of students: 2 Please enter information for club 3 of 10: Club name (done to exit): Test3 Club president: Name3 Number of students: 3 Please enter information for club 4 of 10: Club name (done to exit): Test4 Club president: Name4 Number of students: 4 Please enter information for club 5 of 10: Club name (done to exit): Test5 Club president: Name5 Number of students: -5 Please enter information for club 6 of 10: Club name (done to exit): Test6 Club president: Name6 Number of students: 66 Please enter information for club 7 of 10: Club name (done to exit): Test7 Club president: Name-7 Number of students: 0 Please enter information for club 8 of 10: Club name (done to exit): Test -8- Club president: N A M E 8 Number of students: 88 Please enter information for club 9 of 10: Club name (done to exit): Test9 Club president: Name9 Number of students: 99 Please enter information for club 10 of 10: Club name (done to exit): Test10 Club president: Name10 Number of students: 1000 Student Club President Students Budget Test1 Name1 1 75 Test2 Name2 2 150 Test3 Name3 3 225 Test4 Name4 4 300 Test5 Name5 -5 -375 Test6 Name6 66 4950 Test7 Name-7 0 0 Test -8- N A M E 8 88 6600 Test9 Name9 99 7425 Test10 Name10 1000 75000 C:\Users\jorda\source\repos\CST_Testing\Debug\CST_Testing.exe (process 272) 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 . . . 10.14 Debugging Exercises #1: ---[Run 1]--- Please enter your first name: Jordan Please enter your last name: Harris-Toovy Welcome Jordan Harris-Toovy! Hope all is well x y z 0 100 100 1 101 102 2 102 104 3 103 106 4 104 108 C:\Users\jorda\source\repos\CST_Testing\Debug\CST_Testing.exe (process 13620) 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 . . . ---[Run 2]--- Please enter your first name: Jordan Please enter your last name: Harris-Toovy Welcome Jordan Harris-Toovy! Hope all is well x y z 0 100 100 1 101 102 2 102 104 3 103 106 4 104 108 5 105 110 6 106 112 7 107 114 8 108 116 9 109 118 C:\Users\jorda\source\repos\CST_Testing\Debug\CST_Testing.exe (process 11348) 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 . . . ---[Run 3]--- Please enter your first name: Jordan Please enter your last name: Harris-Toovy Welcome Jordan Harris-Toovy! Hope all is well x y z 0 100 -99 1 101 102 2 102 104 3 103 106 4 104 108 5 105 110 6 106 112 7 107 114 8 108 116 9 109 118 C:\Users\jorda\source\repos\CST_Testing\Debug\CST_Testing.exe (process 2588) 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 . . . ---[Run 4]--- Please enter your first name: Jordan Please enter your last name: Harris-Toovy Welcome Zordan Harris-Toovy! Hope all is well x y z 0 100 -99 99 101 200 2 102 104 3 103 106 4 104 108 5 105 110 6 106 112 7 107 114 8 108 116 9 109 118 C:\Users\jorda\source\repos\CST_Testing\Debug\CST_Testing.exe (process 7932) 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 . . . 10.15 Programming Exercises #1: ---[Run 1]--- String checker MK1 - Case sensitive edition Please enter a string (25 characters max): Hello! Please enter a character to test: l This string is not a palindrome This string is not purely composed of letters The character 'l' appears 2 times in this string C:\Users\jorda\source\repos\CST_Testing\Debug\CST_Testing.exe (process 13376) 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 . . . ---[Run 2]--- String checker MK1 - Case sensitive edition Please enter a string (25 characters max): racecar Please enter a character to test: e This string is a palindrome This string is purely composed of letters The character 'e' appears 1 times in this string C:\Users\jorda\source\repos\CST_Testing\Debug\CST_Testing.exe (process 2156) 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 . . . ---[Run 3]--- String checker MK1 - Case sensitive edition Please enter a string (25 characters max): AbC87H78CbA Please enter a character to test: A This string is a palindrome This string is not purely composed of letters The character 'A' appears 2 times in this string C:\Users\jorda\source\repos\CST_Testing\Debug\CST_Testing.exe (process 5204) 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 . . .