diff options
| author | WiserJ <[email protected]> | 2021-10-19 21:45:21 -0700 |
|---|---|---|
| committer | WiserJ <[email protected]> | 2021-10-19 21:45:21 -0700 |
| commit | 0e837830651b1a43405356b8d14bcbbc9a24d31c (patch) | |
| tree | e0d4a5aec3e9fcbf60b148ff0aea9abaf4e85eca | |
| parent | 1 (diff) | |
| download | cst116-proj1-jeffwoit-0e837830651b1a43405356b8d14bcbbc9a24d31c.tar.xz cst116-proj1-jeffwoit-0e837830651b1a43405356b8d14bcbbc9a24d31c.zip | |
2
| -rw-r--r-- | WiserProj1Main.cpp | 6 |
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 |