summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWiserJ <[email protected]>2021-10-19 21:45:47 -0700
committerWiserJ <[email protected]>2021-10-19 21:45:47 -0700
commit5031b4d4ec98e08b67d39e0762dce925821c0410 (patch)
tree436c470d72cc2a87e7c997d1f2e89d129fd943b4
parent2 (diff)
downloadcst116-proj1-jeffwoit-5031b4d4ec98e08b67d39e0762dce925821c0410.tar.xz
cst116-proj1-jeffwoit-5031b4d4ec98e08b67d39e0762dce925821c0410.zip
3
-rw-r--r--WiserProj1Main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/WiserProj1Main.cpp b/WiserProj1Main.cpp
index 2138602..a8c419d 100644
--- a/WiserProj1Main.cpp
+++ b/WiserProj1Main.cpp
@@ -7,6 +7,9 @@
// 2. Ask user for input of radius and height.
// 3. Calculate volume of a cylinder with these perameters and print
+//Jeffrey Wiser
+
#include <iostream>
#include <iomanip>
using namespace std;