~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ THIS TEXT FILE CONTAINS SUCCESSFUL RUNS ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ RUN FOR PROBLEM #1 ON PAGE 207 IS BELOW ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Enter value 1: 5 Enter value 2: 7 Enter value 3: 23 The average is: 11.6667 C:\Users\eclip\Source\Repos\cst116-lab4-JosephTenEyck\x64\Debug\CST116F2021-Lab4.exe (process 8764) 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 . . . ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ RUNS FOR PROBLEM #1 ON PAGE 214 ARE BELOW ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Enter the employee's salary: 25000 Enter the employee's years of service: 1 Employee's years of service: 1 New salary: 25500 Bonus: 0 C:\Users\eclip\Source\Repos\cst116-lab4-JosephTenEyck\x64\Debug\CST116F2021-Lab4.exe (process 17488) 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 . . . Enter the employee's salary: 25000 Enter the employee's years of service: 6 Employee's years of service: 6 New salary: 26250 Bonus: 1500 C:\Users\eclip\Source\Repos\cst116-lab4-JosephTenEyck\x64\Debug\CST116F2021-Lab4.exe (process 20104) 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 . . . Enter the employee's salary: 25000 Enter the employee's years of service: 11 Employee's years of service: 11 New salary: 27500 Bonus: 2500 C:\Users\eclip\Source\Repos\cst116-lab4-JosephTenEyck\x64\Debug\CST116F2021-Lab4.exe (process 3348) 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 . . . Enter the employee's salary: 0 Enter the employee's salary: -1 Enter the employee's salary: 30000.0 Enter the employee's years of service: -1 Enter the employee's years of service: -2 Enter the employee's years of service: 0 Enter the employee's years of service: 23 Employee's years of service: 23 New salary: 33000 Bonus: 5500 C:\Users\eclip\Source\Repos\cst116-lab4-JosephTenEyck\x64\Debug\CST116F2021-Lab4.exe (process 17544) 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 . . . ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ RUNS FOR PROBLEM #1 ON PAGE 216 ARE BELOW ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Enter Hours (0 - 23): 10 Enter minutes (0 - 59): 25 Enter seconds (0 - 59): 9 Time output formats 1) 12hr 2) 24hr 3) Military Choose format: 1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The time is 10:25:9AM C:\Users\eclip\Source\Repos\cst116-lab4-JosephTenEyck\x64\Debug\CST116F2021-Lab4.exe (process 16484) 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 . . . Enter Hours (0 - 23): 12 Enter minutes (0 - 59): 42 Enter seconds (0 - 59): 50 Time output formats 1) 12hr 2) 24hr 3) Military Choose format: 1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The time is 12:42:50PM C:\Users\eclip\Source\Repos\cst116-lab4-JosephTenEyck\x64\Debug\CST116F2021-Lab4.exe (process 21088) 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 . . . Enter Hours (0 - 23): 15 Enter minutes (0 - 59): 33 Enter seconds (0 - 59): 1 Time output formats 1) 12hr 2) 24hr 3) Military Choose format: 1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The time is 3:33:1PM C:\Users\eclip\Source\Repos\cst116-lab4-JosephTenEyck\x64\Debug\CST116F2021-Lab4.exe (process 23060) 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 . . . Enter Hours (0 - 23): 16 Enter minutes (0 - 59): 20 Enter seconds (0 - 59): 14 Time output formats 1) 12hr 2) 24hr 3) Military Choose format: 2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The time is 16:20:14 C:\Users\eclip\Source\Repos\cst116-lab4-JosephTenEyck\x64\Debug\CST116F2021-Lab4.exe (process 9076) 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 . . . Enter Hours (0 - 23): 4 Enter minutes (0 - 59): 10 Enter seconds (0 - 59): 3 Time output formats 1) 12hr 2) 24hr 3) Military Choose format: 3 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The time is 0410:03 C:\Users\eclip\Source\Repos\cst116-lab4-JosephTenEyck\x64\Debug\CST116F2021-Lab4.exe (process 17988) 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 FOR DEBUGGING EXERCISE 9.13 ON PAGES 226 - 229 IS BELOW BELOW. ~~ ~~ ANSWERS FOR QUESTIONS WITHIN THE EXERCISE ARE IN THE CODE. ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Please enter your age: 20 20! Boy are you old! Did you know that you are at least 7300 days old? C:\Users\eclip\Source\Repos\cst116-lab4-JosephTenEyck\x64\Debug\CST116F2021-Lab4.exe (process 22940) 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 . . . ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ RUNS FOR PROBLEM #1 ON PAGE 229 ARE BELOW ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ┌ - - - - - - - - - ┐ Simple box maker └ - - - - - - - - - ┘ Enter desired width: 10 Enter desired height: 10 ┌────────┐ │        │ │        │ │        │ │        │ │        │ │        │ │        │ │        │ └────────┘ C:\Users\eclip\Source\Repos\cst116-lab4-JosephTenEyck\x64\Debug\CST116F2021-Lab4.exe (process 20544) 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 . . . ┌ - - - - - - - - - ┐ Simple box maker └ - - - - - - - - - ┘ Enter desired width: 23 Enter desired height: 6 ┌─────────────────────┐ │                     │ │                     │ │                     │ │                     │ └─────────────────────┘ C:\Users\eclip\Source\Repos\cst116-lab4-JosephTenEyck\x64\Debug\CST116F2021-Lab4.exe (process 15708) 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 . . .