blob: 26f0b86ef4b0206b5df1f083aabb8744955529b9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
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 . . .
|