summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--WiserProj1Main.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/WiserProj1Main.cpp b/WiserProj1Main.cpp
index c3636ad..2138602 100644
--- a/WiserProj1Main.cpp
+++ b/WiserProj1Main.cpp
@@ -1,4 +1,8 @@
-//Pseudo Code
+//In the next 30 minute, I will be comepleting the code for the cylinder volume calculator. I will also create a version with errors.
+// I know the equation for the volume of a cylinder and how to get user input.
+// I don't know if the volume will need to be a float or a double to contain a long decimal chain.
+//
+// Pseudo Code
// 1. Define variables for radius and height of a cylinder.
// 2. Ask user for input of radius and height.
// 3. Calculate volume of a cylinder with these perameters and print