summaryrefslogtreecommitdiff
path: root/PsudoCode.txt
diff options
context:
space:
mode:
authorJacobAKnox <[email protected]>2021-10-10 21:54:27 -0700
committerJacobAKnox <[email protected]>2021-10-10 21:54:27 -0700
commit47ab286682df059c66aa3f9c5f739e848b069ba3 (patch)
tree373d2894c39ddf2c397008062df01a611758a6cb /PsudoCode.txt
parentInitial commit (diff)
downloadcst116-proj1-jacobaknox-47ab286682df059c66aa3f9c5f739e848b069ba3.tar.xz
cst116-proj1-jacobaknox-47ab286682df059c66aa3f9c5f739e848b069ba3.zip
Working version
Diffstat (limited to 'PsudoCode.txt')
-rw-r--r--PsudoCode.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/PsudoCode.txt b/PsudoCode.txt
new file mode 100644
index 0000000..75b7487
--- /dev/null
+++ b/PsudoCode.txt
@@ -0,0 +1,5 @@
+radius = getradius
+height = getheight
+pi = 3.141
+v = r * r * pi * height
+output volume \ No newline at end of file