diff options
| -rw-r--r-- | WiserProj1Main.cpp | 3 |
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; |