diff options
Diffstat (limited to 'CST116F2021-Lab2/Lab2-Console_output.txt')
| -rw-r--r-- | CST116F2021-Lab2/Lab2-Console_output.txt | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/CST116F2021-Lab2/Lab2-Console_output.txt b/CST116F2021-Lab2/Lab2-Console_output.txt new file mode 100644 index 0000000..26f0b86 --- /dev/null +++ b/CST116F2021-Lab2/Lab2-Console_output.txt @@ -0,0 +1,78 @@ +This file contains the console outputs for each code block (one per exercise) - Jordan Harris-Toovy, October 2021 +NOTE: The file names and paths have changed due to reorganization, however, the code is identical. + +CONSOLE OUTPUT FOR CODE 3c (4.13#2): + +C ++ ++ + +C:\Users\jorda\Source\Repos\cst116-lab2-JordanHT-OIT\Lab2Harris-Toovy\Debug\Lab2Harris-Toovy.exe (process 4816) 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 . . . + + +CONSOLE OUTPUT FOR CODE 3c (4.13#3): + +I am 8760 Days old. +C:\Users\jorda\Source\Repos\cst116-lab2-JordanHT-OIT\Lab2Harris-Toovy\Debug\Lab2Harris-Toovy.exe (process 5336) 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 . . . + + +CONSOLE OUTPUT FOR CODE 4a (5.4#1): + +Enter you body temperature: 98.775 + 98.8 +C:\Users\jorda\Source\Repos\cst116-lab2-JordanHT-OIT\Lab2Harris-Toovy\Debug\Lab2Harris-Toovy.exe (process 3336) 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 . . . + + +CONSOLE OUTPUT FOR CODE 4a (5.4#2): + +First Name GPA Class Major Credits +Bob 3.23 Freshman Software Engineering 23 +Jamie 0.98 Freshman Underwater Basket 15 +Marcus 4.00 Freshman Management 3 +Phong 3.75 Junior Encryption 101 +Webster 2.00 Sophomore Wildlife Management 56 + +C:\Users\jorda\Source\Repos\cst116-lab2-JordanHT-OIT\Lab2Harris-Toovy\Debug\Lab2Harris-Toovy.exe (process 11020) 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 . . . + + +CONSOLE OUTPUT FOR CODE 4b (5.9): + +You have $123.45 +Enter percent raise: 15 +After your raise you have $141.967 + +C:\Users\jorda\Source\Repos\cst116-lab2-JordanHT-OIT\Lab2Harris-Toovy\Debug\Lab2Harris-Toovy.exe (process 3636) 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 . . . + + +CONSOLE OUTPUT FOR CODE 4b (5.10): + +Enter Production Hours: 12 + +Enter Pre-Production Hours: 3 + +Enter Producers Hours: 5 + + Car Dealership Bill + + +Production Cost: 13.2 + +Pre-Production Cost: 2.7 + +Producers Cost: 6.75 + +Weekly Total Cost: 22.65 + +C:\Users\jorda\Source\Repos\cst116-lab2-JordanHT-OIT\Lab2Harris-Toovy\Debug\Lab2Harris-Toovy.exe (process 7288) 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 . . . |