diff options
Diffstat (limited to 'CST116F2021-Proj1/runs.txt')
| -rw-r--r-- | CST116F2021-Proj1/runs.txt | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/CST116F2021-Proj1/runs.txt b/CST116F2021-Proj1/runs.txt new file mode 100644 index 0000000..fc45df1 --- /dev/null +++ b/CST116F2021-Proj1/runs.txt @@ -0,0 +1,44 @@ +=========================================== += THIS TEXT FILE CONTAINS SUCCESSFUL RUNS = +=========================================== + + + + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Joseph Ten Eyck's code run is below +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + + Calculate the volume of a cylinder! + (Please only use positive numbers for radius and height) + + +Input radius: 2.3 + +Input height: 9.1 + +============================= + +Volume: 151.233 + + +C:\Users\eclip\source\repos\cst116 - debugging project 1 - joseph ten eyck\x64\Debug\CST116F2021-Proj1.exe (process 18364) 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 . . . + + + + + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Justin Valdivia's code run is below +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +Please enter the height of your cylinder:23 +Please enter the radius of your cylinder1.2 +The volume of your cylinder is:104.046 +C:\Users\eclip\source\repos\cst116 - debugging project 1 - joseph ten eyck\x64\Debug\CST116F2021-Proj1.exe (process 3560) 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 . . . |