This file contains the console output for the various program runs. 7a - 9.3 Learn By Doing Exercise #1: Enter value 1: 22.22 Enter value 2: 33.33 Enter value 3: 55.55 The average of the three values is: 37.0333 C:\Users\jorda\Source\Repos\cst116-lab4-JordanHT-OIT\Debug\CST116F2021-Lab4.exe (process 6596) 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 . . . 7b - 9.4 Learn By Doing Exercise #1: ---[RUN 1]--- Enter the employee's salary: 25 Enter the employee's years of service: 15 For the employee's 15 years of service: Their salary will be changed to 27.50 USD per hour And they will receive a bonus of 4000 USD C:\Users\jorda\Source\Repos\cst116-lab4-JordanHT-OIT\Debug\CST116F2021-Lab4.exe (process 840) 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]--- Enter the employee's salary: 17.50 Enter the employee's years of service: 7 For the employee's 7 years of service: Their salary will be changed to 18.38 USD per hour And they will receive a bonus of 2000 USD C:\Users\jorda\Source\Repos\cst116-lab4-JordanHT-OIT\Debug\CST116F2021-Lab4.exe (process 7788) 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]--- Enter the employee's salary: 13.75 Enter the employee's years of service: 2 For the employee's 2 years of service: Their salary will be changed to 14.02 USD per hour And they will receive a bonus of 500 USD C:\Users\jorda\Source\Repos\cst116-lab4-JordanHT-OIT\Debug\CST116F2021-Lab4.exe (process 6540) 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 . . . 7c - 9.5 Learn By Doing Exercise #1: ---[RUN 1]--- Please enter the current time: Hours: 13 Minutes: 42 Seconds: 59 Please chose the time format to display: 1) - 24 Hour time 2) - Military time 3) - 12 Hour time (standard) 1 The time is 13:42:59 C:\Users\jorda\Source\Repos\cst116-lab4-JordanHT-OIT\Debug\CST116F2021-Lab4.exe (process 4876) 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 the current time: Hours: 19 Minutes: 73 Seconds: 21 Invalid time Please enter the current time: Hours: 19 Minutes: 37 Seconds: 43 Please chose the time format to display: 1) - 24 Hour time 2) - Military time 3) - 12 Hour time (standard) 2 The time is 1937 C:\Users\jorda\Source\Repos\cst116-lab4-JordanHT-OIT\Debug\CST116F2021-Lab4.exe (process 12432) 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 the current time: Hours: 17 Minutes: 51 Seconds: 39 Please chose the time format to display: 1) - 24 Hour time 2) - Military time 3) - 12 Hour time (standard) 5 Invalid mode Please chose the time format to display: 1) - 24 Hour time 2) - Military time 3) - 12 Hour time (standard) 3 The time is 5:51:39 PM C:\Users\jorda\Source\Repos\cst116-lab4-JordanHT-OIT\Debug\CST116F2021-Lab4.exe (process 3708) 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 . . . 8a - 9.13 Debugging Exercise #1: NOTE: Since the base code is provided, and the modifications are minimal and documented in the Textual Work file, only one run should be nessary to prove the functionality of this simplpe code. Please enter your age: 24 24! Boy are you old! Did you know that you are at least 8760 days old? C:\Users\jorda\Source\Repos\cst116-lab4-JordanHT-OIT\Debug\CST116F2021-Lab4.exe (process 13316) 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 . . . 8b - 9.14 Programming Exercise #1: NOTE: Due to the tall aspect ratio of text, the rectangles appear taller then one might expect. The program is accurate in the number of characters tall/wide the output is. ---[RUN 1]--- Enter width and height of the rectangle: 1 1 Size too small Enter width and height of the rectangle: 3 3 ┌─┐ │ │ │ │ └─┘ C:\Users\jorda\Source\Repos\cst116-lab4-JordanHT-OIT\Debug\CST116F2021-Lab4.exe (process 4064) 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]--- Enter width and height of the rectangle: 11 6 ┌─────────┐ │ │ │ │ │ │ │ │ │ │ └─────────┘ C:\Users\jorda\Source\Repos\cst116-lab4-JordanHT-OIT\Debug\CST116F2021-Lab4.exe (process 6872) 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 . . .