diff options
| author | BensProgramma <[email protected]> | 2021-10-15 22:01:37 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-15 22:01:37 -0700 |
| commit | 06f9af5f0f50b7f6dc19da0da7941e7a06027024 (patch) | |
| tree | d7aa2b47b93b158a7e078823909640c83804f039 /CST116_Project1_Schroeder_workingRun.txt | |
| parent | Initial commit (diff) | |
| download | cst116-proj1-bensprogramma-06f9af5f0f50b7f6dc19da0da7941e7a06027024.tar.xz cst116-proj1-bensprogramma-06f9af5f0f50b7f6dc19da0da7941e7a06027024.zip | |
Add files via upload
-The CST116_Project1_Schroeder.cpp file is my WORKING copy of the program (Documentation included in comments section of the program)
-The CST116_Project1_Schroeder_workingRun.txt file is the text output for my working program
-The CST116_Project1_BROKEN_Schroeder.cpp is a copy of my program with a Syntax Error and a Logic Error included in the code.
-The CST116_Project1_HernandezJimenez_BROKEN.cpp file is Freddy's program with my corrections
(note: A new project with Freddy's original code copied into it was needed to get the code from Freddy's Mac computer IDE to work in Visual Studio)
Diffstat (limited to 'CST116_Project1_Schroeder_workingRun.txt')
| -rw-r--r-- | CST116_Project1_Schroeder_workingRun.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/CST116_Project1_Schroeder_workingRun.txt b/CST116_Project1_Schroeder_workingRun.txt new file mode 100644 index 0000000..7840fcb --- /dev/null +++ b/CST116_Project1_Schroeder_workingRun.txt @@ -0,0 +1,20 @@ +Run of CST116_Project1_Schroeder (Working Copy)
+
+******************************************************************
+ This program will tell you the volume of a cylinder
+******************************************************************
+
+ Please enter the radius of the cylinder (cm): 10.36
+
+ Please enter the height of the cylinder (cm): 25.95
+
+
+ The volume of this cylinder is: 8749.97 cm^3
+
+
+
+C:\Users\Lenovo\source\repos\CST116_Project1_Schroeder\Debug\CST116_Project1_Schroeder.exe (process 16696) 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 . . .
+
+
|