diff options
| author | WiserJ <[email protected]> | 2021-10-19 21:45:47 -0700 |
|---|---|---|
| committer | WiserJ <[email protected]> | 2021-10-19 21:45:47 -0700 |
| commit | 5031b4d4ec98e08b67d39e0762dce925821c0410 (patch) | |
| tree | 436c470d72cc2a87e7c997d1f2e89d129fd943b4 | |
| parent | 2 (diff) | |
| download | cst116-proj1-jeffwoit-5031b4d4ec98e08b67d39e0762dce925821c0410.tar.xz cst116-proj1-jeffwoit-5031b4d4ec98e08b67d39e0762dce925821c0410.zip | |
3
| -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; |