summaryrefslogtreecommitdiff
path: root/CST116F2021-Proj1/CST116 Project 1 Console output Harris-Toovy.txt
blob: 6e990e541709c2458a839b285a48d5028b2f662c (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
This is a copy of the console output for the program:
[Run 1]:

Cylinder volume calculator MK1
Enter the radius of the cylinder: 5

Enter the height of the cylinder: 6


The volume of the cylinder is: 471.24

C:\Users\jorda\Source\Repos\cst116-proj1-JordanHT-OIT\CST116F2021-Proj1\Debug\CST116 Project 1 Harris-Toovy.exe (process 5296) 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]:

Cylinder volume calculator MK1
Enter the radius of the cylinder: 3

Enter the height of the cylinder: 8


The volume of the cylinder is: 226.19

C:\Users\jorda\Source\Repos\cst116-proj1-JordanHT-OIT\CST116F2021-Proj1\Debug\CST116 Project 1 Harris-Toovy.exe (process 5212) 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]:

Cylinder volume calculator MK1
Enter the radius of the cylinder: 11

Enter the height of the cylinder: -5

Invald input

C:\Users\jorda\Source\Repos\cst116-proj1-JordanHT-OIT\CST116F2021-Proj1\Debug\CST116 Project 1 Harris-Toovy.exe (process 5220) exited with code 1.
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 . . .